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