ad364baade
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7137
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
|