summarylogtreecommitdiffstats
path: root/kerio-firewall-admin.install
diff options
context:
space:
mode:
authorMuflone2015-06-13 17:59:18 +0200
committerMuflone2015-06-13 17:59:18 +0200
commit6aff7194f102d1738cdefa97af43ade35039ea06 (patch)
treefd2a1ada90e2bc9fbde16e44c5ecec9bb64e1420 /kerio-firewall-admin.install
downloadaur-6aff7194f102d1738cdefa97af43ade35039ea06.tar.gz
Initial import
Diffstat (limited to 'kerio-firewall-admin.install')
-rw-r--r--kerio-firewall-admin.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/kerio-firewall-admin.install b/kerio-firewall-admin.install
new file mode 100644
index 000000000000..af5e0682c781
--- /dev/null
+++ b/kerio-firewall-admin.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-mime-database /usr/share/mime
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}