Added partially complete PKGBUILD for Arch LInux like systems in the contrib directory.
This commit is contained in:
11
contrib/fenrir-git/fenrir-git.install
Normal file
11
contrib/fenrir-git/fenrir-git.install
Normal file
@ -0,0 +1,11 @@
|
||||
post_install() {
|
||||
_alert
|
||||
}
|
||||
|
||||
_alert() {
|
||||
cat << EOF
|
||||
To have fenrir start at boot:
|
||||
sudo systemctl enable fenrir
|
||||
EOF
|
||||
}
|
||||
|
Reference in New Issue
Block a user