summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2016-12-17 22:00:01 +0100
committerBernhard Landauer2016-12-17 22:00:01 +0100
commit89c79a902616f5cb2789fd8a79d13fbe3b63c76e (patch)
treed682b6c2dcb5395462ba11088ac79221278ab439
parente6a791bbfaf0c2e8c90fef3ef189f86a387d6f82 (diff)
downloadaur-89c79a902616f5cb2789fd8a79d13fbe3b63c76e.tar.gz
r11518, upd install
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD2
-rwxr-xr-xmusescore.install11
3 files changed, 4 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6a2271be7ef..f7d66ee31eb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 13 23:39:35 UTC 2016
+# Sat Dec 17 20:58:48 UTC 2016
pkgbase = musescore-git
pkgdesc = Latest git-version of the sheet music editor MuseScore
- pkgver = r11497.b2e10c7
+ pkgver = r11518.67b111193
pkgrel = 1
url = https://github.com/musescore/MuseScore
install = musescore.install
diff --git a/PKGBUILD b/PKGBUILD
index a38aa6cb8390..b3760cad2cb1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Dr.Egg <rwhite@archlinux.us>
pkgname=musescore-git
-pkgver=r11497.b2e10c7
+pkgver=r11518.67b111193
_branch=master
pkgrel=1
pkgdesc='Latest git-version of the sheet music editor MuseScore'
diff --git a/musescore.install b/musescore.install
index 86542354d829..580a21aa4afb 100755
--- a/musescore.install
+++ b/musescore.install
@@ -8,22 +8,13 @@ post_install() {
${GREEN}==>${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2
}
- gtk-update-icon-cache -fqt /usr/share/icons/hicolor
- update-desktop-database -q
- update-mime-database /usr/share/mime
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 execute git version use command: 'musescore-git'
+ msg "to run the git version execute 'mscore-git'
"
}
post_upgrade() {
post_install
}
-
-post_remove() {
- gtk-update-icon-cache -fqt /usr/share/icons/hicolor
- update-desktop-database -q
- update-mime-database /usr/share/mime
-} \ No newline at end of file