diff options
Diffstat (limited to 'user/gtk+2.0/gtk+2.0.post-deinstall')
-rw-r--r-- | user/gtk+2.0/gtk+2.0.post-deinstall | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/user/gtk+2.0/gtk+2.0.post-deinstall b/user/gtk+2.0/gtk+2.0.post-deinstall new file mode 100644 index 000000000..ea39aa8bf --- /dev/null +++ b/user/gtk+2.0/gtk+2.0.post-deinstall @@ -0,0 +1,7 @@ +#!/bin/sh + +# since we depend on coreutils and busybox trigger has not yet run, we +# use busybox directly as workaround +/bin/busybox rm -f etc/gtk-2.0/gtk.immodules +/bin/busybox rm -f etc/gtk-2.0/gdk-pixbuf.loaders + |