summarylogtreecommitdiffstats
path: root/love07.install
diff options
context:
space:
mode:
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