blob: abba4dd889ae3b6f236c36eb2c4abf91273ae59b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
post_install() {
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
echo ">>> <<<"
echo ">>> If you like this software, don't hesitate <<<"
echo ">>> to tip its original author on his webpage <<<"
echo ">>> https://gottcode.org/novprog/ <<<"
echo ">>> <<<"
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
}
post_upgrade() {
post_install
}
|