summaryrefslogtreecommitdiff
path: root/libre/clementine-libre/clementine.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-06-06 09:22:43 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-06-06 09:22:43 -0400
commit6237ecf456b95ac37864cf91df9cd02795a529d4 (patch)
tree6c26858ed69113ecc091964324d2b56292a78fe4 /libre/clementine-libre/clementine.install
parent1c27f57b1a28074a50e05aaa73c47ef55127e318 (diff)
parent5cd5d2171660435cd34470577be150e2a01d1b5e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/clementine-libre/clementine.install')
-rw-r--r--libre/clementine-libre/clementine.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/clementine-libre/clementine.install b/libre/clementine-libre/clementine.install
new file mode 100644
index 000000000..2f0338d8a
--- /dev/null
+++ b/libre/clementine-libre/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
+}