Fork it as the package is currently gone in Alpine edge for aarch64 and the builder seems to be stuck.
8 lines
215 B
Bash
8 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
|
|
|