make punctuation configurable, add emoticons

This commit is contained in:
chrys
2016-10-16 22:02:42 +02:00
118 changed files with 3595 additions and 93 deletions

View File

@ -0,0 +1,11 @@
post_install() {
_alert
}
_alert() {
cat << EOF
To have fenrir start at boot:
sudo systemctl enable fenrir
EOF
}