Whamcloud - gitweb
LU-14707 tests: Prefer #!/bin/bash
[fs/lustre-release.git] / debian / postrm
index 2affdf0..476b60f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 DEPMOD_DIR="/etc/depmod.d"
 LUSTRE_DEPMOD_FILE="${DEPMOD_DIR}/lustre.conf"
@@ -7,4 +7,4 @@ LUSTRE_DEPMOD_FILE="${DEPMOD_DIR}/lustre.conf"
 # If DEPMOD_DIR is empty, we also created it, thus remove it.
 [ ! "$(ls -A ${DEPMOD_DIR} 2>/dev/null)" ] && { rm -rf ${DEPMOD_DIR}; }
 
-depmod -a
\ No newline at end of file
+depmod -a