blob: 49c542ba7262e3febcefa8e6cfe9591d97e071a9 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "==> To use the ashell service, run the following command as your normal user:"
echo " systemctl --user enable --now ashell.service"
}
post_upgrade() {
post_install
}
|