forked from pool/kernel-source
5 lines
138 B
Bash
5 lines
138 B
Bash
# handle update from an older kernel-source with linux-obj as symlink
|
|
if [ -h /usr/src/linux-obj ]; then
|
|
rm -vf /usr/src/linux-obj
|
|
fi
|