summarylogtreecommitdiffstats
path: root/surf.install
blob: 8aaf9f94ef13ee0afe40cd6bb0abae7a717b9f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	while read; do
		printf '%s\n' "$REPLY"
	done <<-EOF
	==> Edit config.h in PKGBUILD's directory
	==> and rebuild the package if you want to change settings.
	EOF
}

post_upgrade() {
	post_install
}