summarylogtreecommitdiffstats
path: root/musescore.install
diff options
context:
space:
mode:
authorBernhard Landauer2017-05-25 03:02:02 +0200
committerBernhard Landauer2017-05-25 03:02:02 +0200
commit97924f0dd1b5b19c11d1676aedf37a7d3022d808 (patch)
tree4ceddfe745115567f50e07904ee977500c6550ad /musescore.install
parent89c79a902616f5cb2789fd8a79d13fbe3b63c76e (diff)
downloadaur-97924f0dd1b5b19c11d1676aedf37a7d3022d808.tar.gz
switch to 2.x maintenance branch
new pkg musescore-dev to point to master, which is now long term devel 3.0
Diffstat (limited to 'musescore.install')
-rwxr-xr-xmusescore.install23
1 files changed, 8 insertions, 15 deletions
diff --git a/musescore.install b/musescore.install
index 580a21aa4afb..ba866eea0998 100755
--- a/musescore.install
+++ b/musescore.install
@@ -1,20 +1,13 @@
-post_install() {
- msg() {
- ALL_OFF="\e[1;0m"
- BOLD="\e[1;1m"
- GREEN="${BOLD}\e[1;32m"
- local mesg=$1; shift
- printf "
- ${GREEN}==>${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2
- }
-
- msg "This is NOT A STABLE RELEASE!
- Scores created with this dev-build may be incompatible with other releases of MuseScore!"
- msg "It's possible to install this dev-version alongside a stable release."
- msg "to run the git version execute 'mscore-git'
+warning() {
+ echo ""
+ echo ">>> NOTE: MuseScore and MuseScore-git can be installed alongside."
+ echo " Run by executing 'mscore-git'
"
}
+post_install() {
+ warning
+}
post_upgrade() {
- post_install
+ warning
}