summarylogtreecommitdiffstats
path: root/clementine.install
diff options
context:
space:
mode:
Diffstat (limited to 'clementine.install')
-rw-r--r--clementine.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/clementine.install b/clementine.install
deleted file mode 100644
index 2f0338d8aa65..000000000000
--- a/clementine.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-
-post_remove() {
- post_install $1
-}