13465a27c6
* Initial packaging for Maemo UI from https://github.com/fremantle-gtk2/ gtk+2.0-maemo package is based on https://pkgs.alpinelinux.org/package/edge/main/x86/gtk+2.0 by Natanael Copa * Include git revision in tarball filename
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
|
|
|