blob: 2dadb553c245b7ce102a5a9db207034a6f5f9bae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
post_install() {
cat << EOF
====================================================
All binaries are prefixed with valveresourceformat-*
valveresourceformat-wine included for wine wrapping
====================================================
EOF
}
post_upgrade() {
cat << EOF
====================================================
All binaries are prefixed with valveresourceformat-*
valveresourceformat-wine included for wine wrapping
====================================================
EOF
}
|