diff options
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 +} |