summaryrefslogtreecommitdiff
path: root/community-testing/clementine/clementine.install
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-16 13:21:58 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-16 13:21:58 -0300
commitae725ad3435e02f5a191975f11c13476f522db2f (patch)
tree28a907f0dd14c9f52b120143e37159209c3485f7 /community-testing/clementine/clementine.install
parent1dae0fd04f3af9134ba98d25a2309a80723e4e5e (diff)
parentebe74a263db3899367e12d936f908cdfdee7ec15 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: multilib/q4wine/PKGBUILD
Diffstat (limited to 'community-testing/clementine/clementine.install')
-rw-r--r--community-testing/clementine/clementine.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/community-testing/clementine/clementine.install b/community-testing/clementine/clementine.install
new file mode 100644
index 000000000..2d71a7563
--- /dev/null
+++ b/community-testing/clementine/clementine.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+
+post_remove() {
+ post_install $1
+}