From edd3a17c9ed0cc3fa7fb62b4ad4178e064d46cda Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 Feb 2013 00:06:30 -0800 Subject: Fri Feb 1 00:06:30 PST 2013 --- community/muffin/muffin.install | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 community/muffin/muffin.install (limited to 'community/muffin/muffin.install') diff --git a/community/muffin/muffin.install b/community/muffin/muffin.install new file mode 100644 index 000000000..c2e3c39c9 --- /dev/null +++ b/community/muffin/muffin.install @@ -0,0 +1,21 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas +} + +pre_upgrade() { + if [ -f /usr/share/gconf/schemas/muffin.schemas ]; then + /usr/sbin/gconfpkg --uninstall muffin + fi +} + +post_upgrade() { + post_install +} + +pre_remove() { + pre_upgrade +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf