From c84b2cd310f86dc50c4f52a5907cb17652e8c87c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Oct 2012 01:15:52 -0700 Subject: Wed Oct 17 01:14:52 PDT 2012 --- community-testing/guake/guake.install | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community-testing/guake/guake.install (limited to 'community-testing/guake/guake.install') diff --git a/community-testing/guake/guake.install b/community-testing/guake/guake.install new file mode 100644 index 000000000..8084333b1 --- /dev/null +++ b/community-testing/guake/guake.install @@ -0,0 +1,22 @@ +pkgname=guake + +post_install() { + usr/sbin/gconfpkg --install ${pkgname} + xdg-icon-resource forceupdate +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + usr/sbin/gconfpkg --uninstall ${pkgname} +} + +post_remove() { + xdg-icon-resource forceupdate +} -- cgit v1.2.3-54-g00ecf