repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OCaml 4.14.0 rebuild
[arch-packages.git]
/
dhcpcd
/
trunk
/
dhcpcd.install
blob
06e24b3c0a45540e3440ee211c3838a1af21da21
1
pre_upgrade() {
2
if [ -d /var/lib/dhcpcd ]; then
3
# match permissions with upstream
4
chown root:root /var/lib/dhcpcd
5
chmod 0750 /var/lib/dhcpcd
6
fi
7
}