From 5b3474881a154216b47c6e154552ee5f9c68c509 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jul 2012 00:02:30 +0000 Subject: Tue Jul 31 00:02:29 UTC 2012 --- testing/gtkpod/gtkpod.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/gtkpod/gtkpod.install (limited to 'testing/gtkpod/gtkpod.install') diff --git a/testing/gtkpod/gtkpod.install b/testing/gtkpod/gtkpod.install new file mode 100644 index 000000000..c5d357a38 --- /dev/null +++ b/testing/gtkpod/gtkpod.install @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} -- cgit v1.2.3-54-g00ecf