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, 0 insertions, 15 deletions
diff --git a/pantheon-files.install b/pantheon-files.install
deleted file mode 100644
index 370521d941cd..000000000000
--- a/pantheon-files.install
+++ /dev/null
@@ -1,15 +0,0 @@
-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: