summaryrefslogtreecommitdiff
path: root/extra/kshutdown/kshutdown.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kshutdown/kshutdown.install')
-rw-r--r--extra/kshutdown/kshutdown.install11
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
-}