diff options
Diffstat (limited to 'community/granite/granite.install')
-rw-r--r-- | community/granite/granite.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/granite/granite.install b/community/granite/granite.install new file mode 100644 index 000000000..11027f6ea --- /dev/null +++ b/community/granite/granite.install @@ -0,0 +1,13 @@ +post_install() { + gtk-update-icon-cache -ftq usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et: |