Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > 68ca03e6ec94a17ea56bc81915a42477 > files > 3

dynamic-0.4-7mdk.noarch.rpm

#!/bin/sh
#---------------------------------------------------------------
# Project         : Mandrake Linux
# Module          : dynamic
# File            : gnome.hook
# Version         : $Id: gnome.hook,v 1.6 2001/09/15 04:14:29 flepied Exp $
# Author          : Frederic Lepied
# Created On      : Wed Aug  8 11:32:16 2001
# License         : GPL
# Purpose         : hook to handle GNOME desktop entries
#---------------------------------------------------------------

. /etc/dynamic/scripts/functions.script

# nautilus monitors /etc/fstab by itself
if [ $2 = part ]; then
    exit 0
fi

handle_entry "$@" gnome /usr/share/gnome/desktop

# gnome.hooks ends here