blob: 65bfcafd7f331a5ec48d4416c8c2d2708c1a3c15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
post_install() {
echo "Add the following line to your ~/.profile"
echo " source /opt/r3broot/git/config.sh"
}
post_upgrade() {
:
}
pre_remove() {
:
}
post_remove() {
:
}
|