summaryrefslogtreecommitdiff
path: root/extra/kradio/kradio.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kradio/kradio.install')
-rw-r--r--extra/kradio/kradio.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kradio/kradio.install b/extra/kradio/kradio.install
index af52669f5..460e85d7f 100644
--- a/extra/kradio/kradio.install
+++ b/extra/kradio/kradio.install
@@ -1,11 +1,11 @@
post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
}
post_upgrade() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ post_install
}
post_remove() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ post_install
}