diff options
Diffstat (limited to 'pcr/xiphos-git/xiphos-git.install')
-rw-r--r-- | pcr/xiphos-git/xiphos-git.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pcr/xiphos-git/xiphos-git.install b/pcr/xiphos-git/xiphos-git.install new file mode 100644 index 000000000..3e71bd50b --- /dev/null +++ b/pcr/xiphos-git/xiphos-git.install @@ -0,0 +1,14 @@ +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 +} |