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