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