Updated to latest commit

This commit is contained in:
nfnty
2016-10-29 22:49:58 +02:00
parent 7fd304eb3e
commit 013bc42884
4 changed files with 9 additions and 31 deletions

View File

@@ -1,6 +1,8 @@
_5_0_0_2_changes() {
echo ':: Upstream added a gtk2 platform theme'
# shellcheck disable=SC2016
echo ' unexport `QT_STYLE_OVERRIDE`'
# shellcheck disable=SC2016
echo ' export `QT_QPA_PLATFORMTHEME=gtk2`'
}
@@ -11,6 +13,7 @@ post_upgrade() {
local version
for version in "${versions[@]}"; do
if [[ "$( vercmp "${version}" "${2}" )" -eq 1 ]]; then
# shellcheck disable=SC2091
"$( printf '_%s_changes' "${version}" | perl -p -e 's/\.|-/_/g' )"
fi
done