summarylogtreecommitdiffstats
path: root/dunelegacy.install
diff options
context:
space:
mode:
authorAngelo Theodorou2015-07-07 22:13:02 +0100
committerAngelo Theodorou2015-07-07 22:13:02 +0100
commit6719032b63e10e920c0c3ada40b8696a88bff62e (patch)
treec05ea4c98809a97c29e3c263ad799717e389a78c /dunelegacy.install
downloadaur-6719032b63e10e920c0c3ada40b8696a88bff62e.tar.gz
Initial import
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
+}