repo.or.cz
/
void-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-texttable: update to 1.3.1
[void-packages.git]
/
srcpkgs
/
mkinitcpio
/
files
/
lvm2_hook
blob
65de7bd2fdd76e3e670f930b5a548885b2122538
1
#!/usr/bin/ash
2
3
run_earlyhook
() {
4
mkdir
/
run
/
lvm
5
lvmetad
6
}
7
8
run_cleanuphook
() {
9
kill
$
(
cat
/
run
/
lvmetad.pid
)
10
}
11
12
# vim: set ft=sh ts=4 sw=4 et: