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