1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/community/kvantum/kvantum.post-upgrade

12 lines
234 B
Bash

#!/bin/sh
ver_old=$2
if [ "$(apk version -t "$ver_old" '1.0.7-r1')" = '<' ]; then
# 1.0.7-r1 split the themes
cat >&2 <<- __EOF__
* NOTE: Built-in themes are now split into a separate package, kvantum-themes.
__EOF__
fi
exit 0