Added partially complete PKGBUILD for Arch LInux like systems in the contrib directory.

This commit is contained in:
Storm Dragon
2016-10-01 20:42:20 -04:00
parent 988672d2d9
commit 348e4462d0
4 changed files with 69 additions and 0 deletions

View File

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