diff options
Diffstat (limited to 'emulators/suse91_gtk2/DEINSTALL')
-rw-r--r-- | emulators/suse91_gtk2/DEINSTALL | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/emulators/suse91_gtk2/DEINSTALL b/emulators/suse91_gtk2/DEINSTALL deleted file mode 100644 index 874b63b2b8f..00000000000 --- a/emulators/suse91_gtk2/DEINSTALL +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: DEINSTALL,v 1.1.1.1 2004/09/02 20:34:08 recht Exp $ -# -# Remove gtk/pango module configuration. -# - -case ${STAGE} in - POST-DEINSTALL) - if [ -f @EMULDIR@/etc/opt/gnome/gtk-2.0/gtk.immodules ] ; then - ${RM} -f @EMULDIR@/etc/opt/gnome/gtk-2.0/gtk.immodules - fi - - if [ -f @EMULDIR@/etc/opt/gnome/gtk-2.0/gdk-pixbuf.loaders ] ; then - ${RM} -f @EMULDIR@/etc/opt/gnome/gtk-2.0/gdk-pixbuf.loaders - fi - - if [ -f @EMULDIR@/etc/opt/gnome/pango/pango.modules ] ; then - ${RM} -f @EMULDIR@/etc/opt/gnome/pango/pango.modules - fi - - test -d @EMULDIR@/etc/opt/gnome/gtk-2.0 && ${RMDIR} @EMULDIR@/etc/opt/gnome/gtk-2.0 - ;; - *) - ;; -esac |