diff options
author | Antonin Décimo | 2020-12-20 20:03:16 +0100 |
---|---|---|
committer | Antonin Décimo | 2020-12-20 20:03:16 +0100 |
commit | 6be744f91ffda58b30bbf26ee0e7acd3dfaccb93 (patch) | |
tree | 199b8cae0b861458c363bded0744fb20fcc33a65 /galene.install | |
download | aur-6be744f91ffda58b30bbf26ee0e7acd3dfaccb93.tar.gz |
Initial import of Galene 0.1
Diffstat (limited to 'galene.install')
-rw-r--r-- | galene.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/galene.install b/galene.install new file mode 100644 index 000000000000..e55be67417f5 --- /dev/null +++ b/galene.install @@ -0,0 +1,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." +} |