summarylogtreecommitdiffstats
path: root/musescore.install
diff options
context:
space:
mode:
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
}