blob: 7be4381478fb12c2b5a78aa99f362ca9a52be896 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_upgrade() {
echo "Program installed on /opt/crark"
echo "Please, read the README"
}
post_install() {
echo "Program installed on /opt/crark"
echo "Please, read the README"
}
|