summarylogtreecommitdiffstats
path: root/yoshimi-git.install
diff options
context:
space:
mode:
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
+}