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]
/
mock
/
mock.install
blob
0b5ea95ba3af52131ecf6b65e23949a339019efc
1
pre_install() {
2
groupadd -r mock
3
echo 'You must add yourself to the mock group in order to run mock.'
4
}
5
6
post_remove() {
7
groupdel mock
8
9
echo 'Make sure to empty out /var/lib/mock and /var/cache/mock'
10
}