diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-05-31 00:55:29 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-05-31 00:55:29 -0300 |
commit | 88298294694d9003db6f36ecffbe0ed19bddf4c7 (patch) | |
tree | 62deafffa136c90ac387532c8ebdb09598989f6f /pcr/yoshimi/yoshimi.install | |
parent | c35868d09ecbb0df594d8b3f1f452512e404d59b (diff) | |
parent | 925a12a43c2d8cda9f6c0d7e265c54694d5bc1fe (diff) | |
download | abslibre-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.install | 19 |
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 +} |