From dd430064f2221927fd8a6d97fc1ac4cf575fea9e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 9 Jun 2016 17:32:30 -0400 Subject: Update libre/libretools --- libre/libretools/libretools.install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libre/libretools/libretools.install') diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install index 06be95f24..260b8587a 100644 --- a/libre/libretools/libretools.install +++ b/libre/libretools/libretools.install @@ -8,6 +8,10 @@ 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" + fi librefetch-install install etc/makepkg.conf } -- cgit v1.2.3