repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
libfprint-unstable
/
fprint.install
blob
111cb3661b2e0504d54edc32bf24bcf39e66baf9
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
9
}
10
11
# arg 1: the new package version
12
# arg 2: the old package version
13
post_upgrade() {
14
post_install $1
15
}
16
17
op=$1
18
shift
19
$op $*