diff options
Diffstat (limited to 'community/guake/guake.install')
-rw-r--r-- | community/guake/guake.install | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/community/guake/guake.install b/community/guake/guake.install new file mode 100644 index 000000000..8084333b1 --- /dev/null +++ b/community/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 +} |