diff options
author | aurelien <aurelien@xload.io> | 2014-05-30 15:25:04 +0200 |
---|---|---|
committer | aurelien <aurelien@xload.io> | 2014-05-30 15:25:04 +0200 |
commit | 7bab1c0a4b638b4aa966d22a996362b07681bc22 (patch) | |
tree | 0a412f3c079e3f2983f7fe2c100b78115f9fa0dc /pcr/yoshimi/yoshimi.install | |
parent | 4cc56deae266b9e32559816eebd400d04984b696 (diff) | |
download | abslibre-7bab1c0a4b638b4aa966d22a996362b07681bc22.tar.gz abslibre-7bab1c0a4b638b4aa966d22a996362b07681bc22.tar.bz2 abslibre-7bab1c0a4b638b4aa966d22a996362b07681bc22.zip |
yoshimi
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 +} |