diff options
Diffstat (limited to 'community/nemiver/nemiver.install')
-rw-r--r-- | community/nemiver/nemiver.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/nemiver/nemiver.install b/community/nemiver/nemiver.install new file mode 100644 index 000000000..aabb4b360 --- /dev/null +++ b/community/nemiver/nemiver.install @@ -0,0 +1,14 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim:set ts=2 sw=2 et: |