summaryrefslogtreecommitdiff
path: root/community/kradio/kradio.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-29 00:06:25 -0800
committerroot <root@rshg054.dnsready.net>2013-01-29 00:06:25 -0800
commit2cb7f65fb24926493d457f6931e421e27aa629da (patch)
treedfd419375945457b6b6dd74c280812f8e5533743 /community/kradio/kradio.install
parent1b9f6dc846379470b620b5dbb9d4d7acd1de148c (diff)
Tue Jan 29 00:06:25 PST 2013
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: