summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonin Décimo2021-04-12 09:45:35 +0200
committerAntonin Décimo2021-04-12 09:45:35 +0200
commit2dd4887ed17e81e1b4a792a91b7c45c0589e9142 (patch)
tree77409cfe99d44da29ab3a98947c8cb82e2410edc /PKGBUILD
parent9d5f668317233513233f5c67582111a8fb50a7e5 (diff)
downloadaur-2dd4887ed17e81e1b4a792a91b7c45c0589e9142.tar.gz
Print notice about partial {sway,wlroots}-git upgrade
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e134bc4498b..534198cbb0b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -79,3 +79,8 @@ package() {
install -Dm755 "contrib/$util" -t "$pkgdir/usr/share/$pkgname/scripts"
done
}
+
+post_upgrade() {
+ echo "Make sure to upgrade wlroots-hidpi-git and sway-hidpi-git together."
+ echo "Upgrading one but not the other is unsupported."
+}