summarylogtreecommitdiffstats
path: root/yoshimi-git.install
diff options
context:
space:
mode:
authorAlbert Graef2015-12-12 23:51:36 +0100
committerAlbert Graef2015-12-12 23:51:36 +0100
commit01688d0425405bd4fd3b997a7be371d36c91fd15 (patch)
tree1d83fbab03975074bd73be6f5e69a6f157fb4ae8 /yoshimi-git.install
downloadaur-01688d0425405bd4fd3b997a7be371d36c91fd15.tar.gz
Initial import
Diffstat (limited to 'yoshimi-git.install')
-rw-r--r--yoshimi-git.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/yoshimi-git.install b/yoshimi-git.install
new file mode 100644
index 000000000000..655df27a5ae2
--- /dev/null
+++ b/yoshimi-git.install
@@ -0,0 +1,19 @@
+post_install() {
+ echo "
+Upon first exit, a configuration file
+~/.config/yoshimi/yoshimi.config
+will be written.
+
+Thus, if the instrument banks are empty,
+do one initial exit, then restart.
+"
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}