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