updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / network-ups-tools / nut.install
blob1eca341b939db8d90efed15b3af589713fd56028
1 post_install() {
2   groupadd -g 55 nut &> /dev/null
3   useradd -u 55 -g nut -G tty -d /var/state/ups -s /bin/false ups >/dev/null 2>&1
4   mkdir -p /var/state/ups/
5   chmod 0770 /var/state/ups/
6   chown root:nut /var/state/ups/
7   chown root:nut /etc/ups/upsd.conf /etc/ups/upsd.users /etc/ups/upsmon.conf
8   echo ">>> Before starting your UPSd daemon, you must"
9   echo ">>> edit /etc/ups/ups.conf in order to set your"
10   echo ">>> UPS driver and port."
13 pre_remove() {
14   userdel ups >/dev/null 2>&1
15   groupdel nut >/dev/null 2>&1
16   rm -rf /var/state/ups/