summarylogtreecommitdiffstats
path: root/love07.install
diff options
context:
space:
mode:
authorSanskritFritz2015-08-01 22:46:35 +0200
committerSanskritFritz2015-08-01 22:46:35 +0200
commit55e427709159b36096b18c9a13e409d9b9976c92 (patch)
tree199e41c632e70667f59fbc5bdaf09e3471c08f77 /love07.install
downloadaur-55e427709159b36096b18c9a13e409d9b9976c92.tar.gz
Initial commit on AUR4
Diffstat (limited to 'love07.install')
-rw-r--r--love07.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/love07.install b/love07.install
new file mode 100644
index 000000000000..237cf1a16c38
--- /dev/null
+++ b/love07.install
@@ -0,0 +1,14 @@
+
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ post_install
+}
+
+post_upgrade() {
+ post_install
+} \ No newline at end of file