From a1922d0ec660fdc1892f2783515f781c090df0a9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jan 2012 23:14:48 +0000 Subject: Fri Jan 20 23:14:48 UTC 2012 --- community-staging/kovpn/kovpn.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community-staging/kovpn/kovpn.install (limited to 'community-staging/kovpn/kovpn.install') diff --git a/community-staging/kovpn/kovpn.install b/community-staging/kovpn/kovpn.install new file mode 100644 index 000000000..b4ee8556f --- /dev/null +++ b/community-staging/kovpn/kovpn.install @@ -0,0 +1,12 @@ +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 +} + -- cgit v1.2.3-54-g00ecf