summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2012-10-13 15:01:41 +0100
committerKuba Serafinowski2012-10-13 15:01:41 +0100
commit749717d11b2a23a0944176471fb072d4fd5424c9 (patch)
treebac49c039fa0ba8cb97af3fc5ff3559ed42089bc
parentfd4443b7293a7118dd22657bf6dc3522bee7a3ff (diff)
downloadaur-749717d11b2a23a0944176471fb072d4fd5424c9.tar.gz
tweak install files
-rw-r--r--tomahawk.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/tomahawk.install b/tomahawk.install
index 60580940e57c..351a286b378e 100644
--- a/tomahawk.install
+++ b/tomahawk.install
@@ -1,3 +1,13 @@
+post_upgrade() {
+ xdg-icon-resource forceupdate --theme hicolor
+ update-desktop-database -q
+}
+
post_install() {
echo -e "TIP:\nFor better experience it is currently recommended to use phonon-vlc backend as it deals better with networking than gstreamer."
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
}