X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=debian%2Fpostinst;h=4b623f699b26881ab4ab20515df87e0b86337dc6;hb=075bea805efe8a7ef1a3aabd8dd2c166bb52115b;hp=a05e2a5a328b28c418d4eb833c383cfab280c019;hpb=b896484e990667e428e35681552276012d4e444f;p=fs%2Flustre-release.git 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