summarylogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRémi BERTHO2015-12-10 18:37:15 +0100
committerRémi BERTHO2015-12-10 18:37:15 +0100
commit7e8c454de7717e9a8a375b2b84b79cc8083611d6 (patch)
treee568d6fd833cefddcd703ed90885416cf063d5ed /INSTALL
downloadaur-7e8c454de7717e9a8a375b2b84b79cc8083611d6.tar.gz
Initial commit
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100755
index 000000000000..c0f1aedafbe7
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,12 @@
+post_install() {
+ update-mime-database usr/share/mime &> /dev/null
+ [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}