updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libfprint-unstable / fprint.install
blob111cb3661b2e0504d54edc32bf24bcf39e66baf9
1 # arg 1:  the new package version
2 post_install() {
3 getent group scanner >/dev/null || usr/sbin/groupadd -g 96 scanner
4         /bin/cat <<THEEND
5 NOTE
6 ----
7 Add your user to group 'scanner' to use scanner devices.
8 THEEND
11 # arg 1:  the new package version
12 # arg 2:  the old package version
13 post_upgrade() {
14   post_install $1
17 op=$1
18 shift
19 $op $*