mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
7 lines
215 B
Bash
7 lines
215 B
Bash
#!/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
|
|
|