blob: e55be67417f57e5eda6881377340a49329bac0c9 (
plain)
1
2
3
4
5
|
post_install() {
echo "Start Galene with 'systemctl start galene.service'."
echo "Galène files and recordings are located in /var/lib/galene."
echo "Set a password to the 'galene' user to access them easily."
}
|