repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add memtest support.
[syslinux-debian/hramrach.git]
/
debian
/
local
/
zz-extlinux
blob
29e42c6b08687d82af4f6345a9e6063d071c5d5b
1
#!/bin/sh
2
3
set -e
4
5
# Exit if extlinux was removed (!= purged)
6
if
[
-x
/
usr
/
sbin
/
extlinux-update
]
7
then
8
# Update extlinux configuration
9
extlinux-update
10
fi