summaryrefslogtreecommitdiff
path: root/community-testing/kvirc/kvirc.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/kvirc/kvirc.install')
-rw-r--r--community-testing/kvirc/kvirc.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/community-testing/kvirc/kvirc.install b/community-testing/kvirc/kvirc.install
deleted file mode 100644
index 8f76d007f..000000000
--- a/community-testing/kvirc/kvirc.install
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-}