diff options
Diffstat (limited to 'community/kshutdown/kshutdown.install')
-rw-r--r-- | community/kshutdown/kshutdown.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/kshutdown/kshutdown.install b/community/kshutdown/kshutdown.install new file mode 100644 index 000000000..0583fc931 --- /dev/null +++ b/community/kshutdown/kshutdown.install @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim:set ts=2 sw=2 et: |