summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-04-12 18:40:16 -0400
committerVincent Grande2021-04-12 18:40:16 -0400
commit704cb1ed6ef9ab6e03d1dec1a0614036778cffa4 (patch)
tree7877da928145efdd12dca5b6300b9760420668fc /PKGBUILD
parentb2fd8d1dda184abdabd7c61f2e86e524bef5e988 (diff)
downloadaur-sway-strace-git.tar.gz
add notes
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53b7ce163c00..5482af0326ca 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -78,3 +78,8 @@ package() {
install -Dm755 "contrib/$util" -t "$pkgdir/usr/share/$pkgname/scripts"
done
}
+
+post_upgrade() {
+ echo "Make sure to upgrade wlroots-strace-git and sway-strace-git together."
+ echo "Upgrading one but not the other is unsupported."
+}