summarylogtreecommitdiffstats
path: root/cinnamon-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'cinnamon-git.install')
-rw-r--r--cinnamon-git.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/cinnamon-git.install b/cinnamon-git.install
deleted file mode 100644
index c0ed9a0d79f8..000000000000
--- a/cinnamon-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-}