blob: 9c2e2c2ed9a1b2e683702598de1c067250e8d5f9 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "No user account will be created after fresh installation."
echo "Please run the following command to know how to manage users:"
echo "sudo -u openwebrx openwebrx admin -h"
}
post_upgrade() {
:
}
|