summarylogtreecommitdiffstats
path: root/pantheon-files.install
diff options
context:
space:
mode:
Diffstat (limited to 'pantheon-files.install')
-rw-r--r--pantheon-files.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/pantheon-files.install b/pantheon-files.install
new file mode 100644
index 000000000000..370521d941cd
--- /dev/null
+++ b/pantheon-files.install
@@ -0,0 +1,15 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et: