summarylogtreecommitdiffstats
path: root/gnofract4d.install
diff options
context:
space:
mode:
authorwillemw122015-06-09 13:34:09 +0200
committerwillemw122015-06-09 13:34:09 +0200
commit5e48a70fcf5298657f629d06cadbb51abdbb0754 (patch)
tree4c127704c401fbc27906a52978d444a778633484 /gnofract4d.install
downloadaur-5e48a70fcf5298657f629d06cadbb51abdbb0754.tar.gz
Initial commit
Diffstat (limited to 'gnofract4d.install')
-rw-r--r--gnofract4d.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnofract4d.install b/gnofract4d.install
new file mode 100644
index 000000000000..f7e1473bf9e0
--- /dev/null
+++ b/gnofract4d.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &>/dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}