summarylogtreecommitdiffstats
path: root/opendune.install
diff options
context:
space:
mode:
authorCarsten Teibes2014-01-08 16:42:10 +0100
committerCarsten Teibes2014-01-08 16:42:10 +0100
commit439807ab2cdff9dfaa4a2ed248f81daf978385f6 (patch)
treeaa3ed1b9439b7a035a37ed615cb7eb27669d88f5 /opendune.install
parent94c8e614e745c3c7017b148f5c6f928eda18b07b (diff)
downloadaur-439807ab2cdff9dfaa4a2ed248f81daf978385f6.tar.gz
Cleanup
Diffstat (limited to 'opendune.install')
-rw-r--r--opendune.install10
1 files changed, 1 insertions, 9 deletions
diff --git a/opendune.install b/opendune.install
index 9edaaaee1210..947e89baf6d2 100644
--- a/opendune.install
+++ b/opendune.install
@@ -1,16 +1,8 @@
post_install() {
- # updates for our .desktop file
- update-desktop-database -q
-
echo "Remember you need to be in the audio group and start timidity, eg 'timidity -iA' for music support."
}
post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- # updates for our .desktop file
- update-desktop-database -q
+ post_install
}