summaryrefslogtreecommitdiff
path: root/libre/libretools/libretools.install
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-05 22:12:04 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-05 22:12:04 -0400
commit6b4f7790f53128f907247c223785c616ff628605 (patch)
treef577a1d109dece944baba67c102cc2b0027db0e9 /libre/libretools/libretools.install
parent9fa8dd3b875c853eb9432be189372243f33e7792 (diff)
downloadabslibre-6b4f7790f53128f907247c223785c616ff628605.tar.gz
abslibre-6b4f7790f53128f907247c223785c616ff628605.tar.bz2
abslibre-6b4f7790f53128f907247c223785c616ff628605.zip
libre/libretools: update
Diffstat (limited to 'libre/libretools/libretools.install')
-rw-r--r--libre/libretools/libretools.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install
index 260b8587a..759e32dc4 100644
--- a/libre/libretools/libretools.install
+++ b/libre/libretools/libretools.install
@@ -8,9 +8,9 @@ post_install() {
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
- if [[ "$(vercmp 20160609 "$2")" -eq 1 ]]; then
- echo ":: To keep using old chroots, you may need to manually run"
- echo " systemd-machine-id-setup --root=/path/to/chroot"
+ if [[ "$(vercmp 20160505 "$2")" -eq 1 ]]; then
+ echo ":: The archroot format has changed from v3 to v4;"
+ echo " you will need delete and re-create your chroots."
fi
librefetch-install install etc/makepkg.conf
}