Fix Arch Linux .install file

This commit is contained in:
2023-04-15 22:16:50 +02:00
parent 3e5e3cb066
commit 92ecc95f72

View File

@ -1,5 +1,5 @@
post_install() {
echo "An example configuration file is found in /etc/simple_backup/config."
echo "An example configuration file is found in /etc/simple_backup/simple_backup.config."
echo "Copy it to ~/.simple_backup/simple_backup.config and modify it as needed"
}