summarylogtreecommitdiffstats
path: root/surf.install
blob: 19b881ff2b46c9bbca17559df21962eed108a6ac (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
==> Add a config.h in PKGBUILD's directory
==> and rebuild the package if you want to change settings.
EOF
}

post_upgrade() {
    post_install
}