diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-06 18:09:05 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-06 18:09:05 -0500 |
commit | 58c2a318442a90f0f1dbc177fc1fc8ce55166df2 (patch) | |
tree | 691bb878ff18512587f0464464dd5d8e1b1fd09f /user | |
parent | bc45d10e997686869bfd2c5693c4a41d9713f73b (diff) | |
download | packages-58c2a318442a90f0f1dbc177fc1fc8ce55166df2.tar.gz packages-58c2a318442a90f0f1dbc177fc1fc8ce55166df2.tar.bz2 packages-58c2a318442a90f0f1dbc177fc1fc8ce55166df2.tar.xz packages-58c2a318442a90f0f1dbc177fc1fc8ce55166df2.zip |
user/gtk+2.0: stupid inflatable stupid busybox
Diffstat (limited to 'user')
-rw-r--r-- | user/gtk+2.0/gtk+2.0.post-deinstall | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/user/gtk+2.0/gtk+2.0.post-deinstall b/user/gtk+2.0/gtk+2.0.post-deinstall index ea39aa8bf..e7ee2a151 100644 --- a/user/gtk+2.0/gtk+2.0.post-deinstall +++ b/user/gtk+2.0/gtk+2.0.post-deinstall @@ -1,7 +1,5 @@ #!/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 +rm -f etc/gtk-2.0/gtk.immodules +rm -f etc/gtk-2.0/gdk-pixbuf.loaders |