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