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