8 lines
215 B
Text
8 lines
215 B
Text
|
#!/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
|
||
|
|