Skip to content

Commit 8e245f0

Browse files
committed
Kernel: T9010: remove Intel NIC Debian postinstall file after build
1 parent 8658791 commit 8e245f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/package-build/linux-kernel/build-intel-nic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ fpm --input-type dir --output-type deb --name vyos-intel-${DRIVER_NAME} \
7878
--license "GPL2" -C ${DEBIAN_DIR} --after-install ${DEBIAN_POSTINST}
7979

8080
# cleanup
81-
rm -rf ${DEBIAN_DIR}
81+
rm -rf -- "${DEBIAN_DIR}" "${DEBIAN_POSTINST}"

0 commit comments

Comments
 (0)