updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vaiofand / vaiofand.install
blob9831970c9e39fe8b77d34cf0572e8f3b8eb37b3a
1 post_install() {
2   useradd vaiofand --system --user-group --home /run/vaiofand --shell /bin/false || true
3   echo ">>> Add 'vaiofand' to DAEMONS=() in /etc/rc.conf if you want it to be"
4   echo ">>> started on boot."
7 post_remove() {
8   userdel --remove vaiofand 2>/dev/null || true