blob: 3dca8b95c65448a3ebc6c194033acf3534949d11 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo ">>> To enable daemon add /usr/share/a4tool/a4toold.sh to your user autorun"
}
post_upgrade() {
echo ">>> To enable daemon add /usr/share/a4tool/a4toold.sh to your user autorun"
}
|