X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=debian%2Fpostinst;h=4b623f699b26881ab4ab20515df87e0b86337dc6;hp=a05e2a5a328b28c418d4eb833c383cfab280c019;hb=230d4500d5a9dfada392199d77fc413382f24750;hpb=339a4e0ed2aaefe156a823dd9cf28eb1536ae9c1 diff --git a/debian/postinst b/debian/postinst index a05e2a5..4b623f6 100755 --- a/debian/postinst +++ b/debian/postinst @@ -4,6 +4,6 @@ DEPMOD_DIR="/etc/depmod.d" LUSTRE_DEPMOD_FILE="${DEPMOD_DIR}/lustre.conf" [ ! -d ${DEPMOD_DIR} ] && { mkdir -p ${DEPMOD_DIR}; } -[ ! -e ${LUSTRE_DEPMOD_FILE} ] && { echo "search updates built-in" > ${LUSTRE_DEPMOD_FILE}; } +[ ! -e ${LUSTRE_DEPMOD_FILE} ] && { echo "search updates/kernel built-in" > ${LUSTRE_DEPMOD_FILE}; } depmod -a