summaryrefslogtreecommitdiff
path: root/pcr/yoshimi/yoshimi.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-05-31 00:55:29 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-05-31 00:55:29 -0300
commit88298294694d9003db6f36ecffbe0ed19bddf4c7 (patch)
tree62deafffa136c90ac387532c8ebdb09598989f6f /pcr/yoshimi/yoshimi.install
parentc35868d09ecbb0df594d8b3f1f452512e404d59b (diff)
parent925a12a43c2d8cda9f6c0d7e265c54694d5bc1fe (diff)
downloadabslibre-88298294694d9003db6f36ecffbe0ed19bddf4c7.tar.gz
abslibre-88298294694d9003db6f36ecffbe0ed19bddf4c7.tar.bz2
abslibre-88298294694d9003db6f36ecffbe0ed19bddf4c7.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/yoshimi/yoshimi.install')
-rw-r--r--pcr/yoshimi/yoshimi.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/pcr/yoshimi/yoshimi.install b/pcr/yoshimi/yoshimi.install
new file mode 100644
index 000000000..655df27a5
--- /dev/null
+++ b/pcr/yoshimi/yoshimi.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
+}