From ad84169d66d20378d28533c216b73c9a6646d6d7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Oct 2011 23:14:32 +0000 Subject: Sun Oct 2 23:14:32 UTC 2011 --- extra/aisleriot/aisleriot.install | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 extra/aisleriot/aisleriot.install (limited to 'extra/aisleriot/aisleriot.install') diff --git a/extra/aisleriot/aisleriot.install b/extra/aisleriot/aisleriot.install new file mode 100644 index 000000000..713506dba --- /dev/null +++ b/extra/aisleriot/aisleriot.install @@ -0,0 +1,22 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + usr/sbin/gconfpkg --install aisleriot +} + +pre_upgrade() { + pre_remove +} + +post_upgrade() { + post_install +} + +pre_remove() { + usr/sbin/gconfpkg --uninstall aisleriot +} + +post_remove() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -f -t usr/share/icons/hicolor +} -- cgit v1.2.3-54-g00ecf