summarylogtreecommitdiffstats
path: root/valveresourceformat-bin.install
blob: 9dd11d1e59301edf0eb6d02d6517c7b987914d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	cat << EOF
====================================================
All binaries are prefixed with valveresourceformat-*
====================================================
EOF
}

post_upgrade() {
	cat << EOF
====================================================
All binaries are prefixed with valveresourceformat-*
====================================================
EOF
}