updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / lapsus-svn / lapsus.install
blobf7b142abf9c004559323db681f655c3722b74939
1 post_install() {
2   echo -n "adding lapsus system group... "
3   groupadd lapsus && echo "done."
5   post_upgrade
6   cat << 'EOM'
8 ==>
9 "lapsusd" daemon must be added to DAEMONS in /etc/rc.conf
10 (after dbus service) for Lapsus to work.
12 Any user that needs access to lapsusd's features should be
13 added to "lapsus" group.
15 EOM
18 post_upgrade() {
19   true
22 op=$1
23 shift
24 $op $*