diff options
Diffstat (limited to 'testing/kradio/kradio.install')
-rw-r--r-- | testing/kradio/kradio.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/kradio/kradio.install b/testing/kradio/kradio.install deleted file mode 100644 index 460e85d7f..000000000 --- a/testing/kradio/kradio.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor 2> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |