summarylogtreecommitdiffstats
path: root/musescore.install
blob: 68df40eef98104036b6f3cf7a27c1b4d3ca436d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
warning() {
  echo ""
  echo ">>> NOTE: Launch by executing 'mscore-dev'."
  "
}
post_install() {
  warning
}

post_upgrade() {
  warning
}