summaryrefslogtreecommitdiff
path: root/community/kradio/kradio.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/kradio/kradio.install')
-rw-r--r--community/kradio/kradio.install8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/kradio/kradio.install b/community/kradio/kradio.install
index 460e85d7f..364567b9d 100644
--- a/community/kradio/kradio.install
+++ b/community/kradio/kradio.install
@@ -1,11 +1,13 @@
post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}
+
+# vim:set ts=2 sw=2 et: