summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Guikal2021-06-04 15:51:24 -0400
committerSteven Guikal2021-06-04 15:51:24 -0400
commit891f982de1201eeab1aa802fdde9d93f983556db (patch)
tree9e3eb36972dd0e307f49bf0ba2e80420280b9505
parentab36cf9cd37f051d96c1b69429e8201006a4083e (diff)
downloadaur-891f982de1201eeab1aa802fdde9d93f983556db.tar.gz
Remove post_upgrade; it's invalid in a PKGBUILD
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a771a84cade9..2e9940c57539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,8 +66,3 @@ package() {
install -Dm644 "$_pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "50-systemd-user.conf" -t "$pkgdir/etc/sway/config.d/"
}
-
-post_upgrade() {
- echo "Make sure to upgrade wlroots-git and sway-git together."
- echo "Upgrading one but not the other is unsupported."
-}