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.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/kradio/kradio.install b/community/kradio/kradio.install
deleted file mode 100644
index 364567b9d..000000000
--- a/community/kradio/kradio.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: