summarylogtreecommitdiffstats
path: root/surf.install
blob: 126c0aa6bccdb7e566323250d53e91885f014bbd (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
}