summarylogtreecommitdiffstats
path: root/yoshimi-git.install
blob: 655df27a5ae299176fda9fe474bbee1620dfad68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}