summarylogtreecommitdiffstats
path: root/moksha.install
diff options
context:
space:
mode:
authorfusion8092016-01-19 05:06:31 +1000
committerfusion8092016-01-19 05:06:31 +1000
commitec490bc7aa5563efb458554a9ae2a781dc79e9f1 (patch)
tree71705ae30e475137d052bb565c4a5f51fa22a190 /moksha.install
downloadaur-ec490bc7aa5563efb458554a9ae2a781dc79e9f1.tar.gz
Initial import
Diffstat (limited to 'moksha.install')
-rw-r--r--moksha.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/moksha.install b/moksha.install
new file mode 100644
index 000000000000..1182e768fc75
--- /dev/null
+++ b/moksha.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-mime-database usr/share/mime > /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}