summaryrefslogtreecommitdiff
path: root/community-staging/kovpn/kovpn.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/kovpn/kovpn.install')
-rw-r--r--community-staging/kovpn/kovpn.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/community-staging/kovpn/kovpn.install b/community-staging/kovpn/kovpn.install
deleted file mode 100644
index b4ee8556f..000000000
--- a/community-staging/kovpn/kovpn.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-