summarylogtreecommitdiffstats
path: root/yodl-git.install
blob: 887812d9c06809fa0e7b4d81ff7f03b608d99901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
	cat <<EOF

NOTE:
This yodl-git PKGBUILD can optionally build a PDF manual
but requires manual changes to do so:

1. Add texlive-bin makedep
2. Replace ./build html with ./build manual in build()

See comments in PKGBUILD for further information.

EOF
}

post_upgrade() {
	post_install
}