Initial Fork
This commit is contained in:
commit
53fee504c6
1 changed files with 11 additions and 0 deletions
11
aur_repo.install
Normal file
11
aur_repo.install
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
pre_install() {
|
||||||
|
useradd -m -G wheel build
|
||||||
|
mkdir /build
|
||||||
|
chown build /build
|
||||||
|
mkdir /repo
|
||||||
|
chown build /repo
|
||||||
|
mkdir /etc/aur_repo
|
||||||
|
mkdir /var/log/aur_repo
|
||||||
|
chown build /var/log/aur_repo
|
||||||
|
touch /etc/aur_repo/pkglist
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue