summaryrefslogtreecommitdiff
path: root/community/qtscrobbler/qtscrobbler.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/qtscrobbler/qtscrobbler.install')
-rw-r--r--community/qtscrobbler/qtscrobbler.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/qtscrobbler/qtscrobbler.install b/community/qtscrobbler/qtscrobbler.install
new file mode 100644
index 000000000..3e26308b0
--- /dev/null
+++ b/community/qtscrobbler/qtscrobbler.install
@@ -0,0 +1,9 @@
+post_install() {
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et: