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