summarylogtreecommitdiffstats
path: root/opendune.install
diff options
context:
space:
mode:
authorCarsten Teibes2013-10-31 02:02:02 +0100
committerCarsten Teibes2013-10-31 02:02:02 +0100
commit94c8e614e745c3c7017b148f5c6f928eda18b07b (patch)
tree3481080927521c0bd499b4b9838fb8d684e73936 /opendune.install
downloadaur-94c8e614e745c3c7017b148f5c6f928eda18b07b.tar.gz
[add] opendune-git
Diffstat (limited to 'opendune.install')
-rw-r--r--opendune.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/opendune.install b/opendune.install
new file mode 100644
index 000000000000..9edaaaee1210
--- /dev/null
+++ b/opendune.install
@@ -0,0 +1,16 @@
+
+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
+}