diff options
Diffstat (limited to 'community/kvirc/kvirc.install')
-rw-r--r-- | community/kvirc/kvirc.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/kvirc/kvirc.install b/community/kvirc/kvirc.install new file mode 100644 index 000000000..8f76d007f --- /dev/null +++ b/community/kvirc/kvirc.install @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &>/dev/null + true +} + +post_upgrade() { + post_install +} + +pre_remove() { + xdg-icon-resource forceupdate --theme hicolor &>/dev/null + true +} |