aboutsummaryrefslogtreecommitdiffstats
path: root/main/gtk+2.0/gtk+2.0.post-deinstall
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-11-28 10:26:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-11-28 10:26:49 +0000
commit14c21425abbcc63a35fc29432ddb22c66330ae09 (patch)
tree68b7daa22daf70f51f5f24c40693d6b80f6451c5 /main/gtk+2.0/gtk+2.0.post-deinstall
parenta198cedeeee8a8770bf2edb63d313ed9dae1df2c (diff)
downloadaports-14c21425abbcc63a35fc29432ddb22c66330ae09.tar.bz2
aports-14c21425abbcc63a35fc29432ddb22c66330ae09.tar.xz
main/gtk+2.0: fix post-deinstall. remove unneeded jpeg and tiff deps
Diffstat (limited to 'main/gtk+2.0/gtk+2.0.post-deinstall')
-rw-r--r--main/gtk+2.0/gtk+2.0.post-deinstall6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/gtk+2.0/gtk+2.0.post-deinstall b/main/gtk+2.0/gtk+2.0.post-deinstall
index e7ee2a1517..ea39aa8bf8 100644
--- a/main/gtk+2.0/gtk+2.0.post-deinstall
+++ b/main/gtk+2.0/gtk+2.0.post-deinstall
@@ -1,5 +1,7 @@
#!/bin/sh
-rm -f etc/gtk-2.0/gtk.immodules
-rm -f etc/gtk-2.0/gdk-pixbuf.loaders
+# 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