summarylogtreecommitdiffstats
path: root/nautilus.install
diff options
context:
space:
mode:
authorIan Hernández2015-09-10 20:23:07 -0500
committerIan Hernández2015-09-10 20:23:07 -0500
commite03fed4ef971480e050d00775e5dc36d8723ccc1 (patch)
tree5039cb569f17c31c0d6848ca18bbd80b7b9ee1b8 /nautilus.install
downloadaur-e03fed4ef971480e050d00775e5dc36d8723ccc1.tar.gz
Initial commit - nautilus-typeahead 3.16.2-1
Diffstat (limited to 'nautilus.install')
-rw-r--r--nautilus.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/nautilus.install b/nautilus.install
new file mode 100644
index 000000000000..082126d24bce
--- /dev/null
+++ b/nautilus.install
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}