summarylogtreecommitdiffstats
path: root/dunelegacy-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'dunelegacy-git.install')
-rw-r--r--dunelegacy-git.install9
1 files changed, 2 insertions, 7 deletions
diff --git a/dunelegacy-git.install b/dunelegacy-git.install
index 88798b768050..027bf00a3774 100644
--- a/dunelegacy-git.install
+++ b/dunelegacy-git.install
@@ -1,13 +1,8 @@
post_install() {
- # updates for our .desktop file
- update-desktop-database -q
+ echo "Remember you have to put your DUNEII datafiles under ~/.config/dunelegacy/data/"
}
post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
+ post_install
}