diff options
Diffstat (limited to 'pcr/xiphos-git/xiphos-git.install')
-rw-r--r-- | pcr/xiphos-git/xiphos-git.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pcr/xiphos-git/xiphos-git.install b/pcr/xiphos-git/xiphos-git.install deleted file mode 100644 index 3e71bd50b..000000000 --- a/pcr/xiphos-git/xiphos-git.install +++ /dev/null @@ -1,14 +0,0 @@ -pkgname=xiphos-git - -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - update-desktop-database -q -} |