summaryrefslogtreecommitdiff
path: root/community/nemo/nemo.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/nemo/nemo.install')
-rw-r--r--community/nemo/nemo.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/nemo/nemo.install b/community/nemo/nemo.install
new file mode 100644
index 000000000..da632ed5c
--- /dev/null
+++ b/community/nemo/nemo.install
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+ update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+post_remove() {
+ post_install "$1"
+}