summarylogtreecommitdiffstats
path: root/dunelegacy.install
diff options
context:
space:
mode:
Diffstat (limited to 'dunelegacy.install')
-rw-r--r--dunelegacy.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/dunelegacy.install b/dunelegacy.install
new file mode 100644
index 000000000000..88798b768050
--- /dev/null
+++ b/dunelegacy.install
@@ -0,0 +1,13 @@
+
+post_install() {
+ # updates for our .desktop file
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}