summaryrefslogtreecommitdiff
path: root/community/nemiver/nemiver.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-01 00:10:22 -0700
committerroot <root@rshg054.dnsready.net>2013-05-01 00:10:22 -0700
commit1b05006cb143959d080a200fe11891c9f5caf32c (patch)
treea32d98ba49468916ed7812da6ddc7137f2ab3b85 /community/nemiver/nemiver.install
parent08483ba66f8da1bbec05f93e5e3493d3794c02bb (diff)
Wed May 1 00:10:21 PDT 2013
Diffstat (limited to 'community/nemiver/nemiver.install')
-rw-r--r--community/nemiver/nemiver.install14
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: