diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-06 05:05:24 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-06 05:05:24 -0500 |
commit | 1b003691f4c0b002481fc174e77f241d14e22c1d (patch) | |
tree | 4095eac13b48a8665ceaa84bf45f470024b62bd3 /user/gtk+2.0/gtk+2.0.post-deinstall | |
parent | 08d3d6f68760fff8922660c16643de05fbf459ed (diff) | |
download | packages-1b003691f4c0b002481fc174e77f241d14e22c1d.tar.gz packages-1b003691f4c0b002481fc174e77f241d14e22c1d.tar.bz2 packages-1b003691f4c0b002481fc174e77f241d14e22c1d.tar.xz packages-1b003691f4c0b002481fc174e77f241d14e22c1d.zip |
user/gtk+2.0: bump and fix \o/
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 + |