e2fsprogs/debian/e2fsprogs.postinst

11 lines
78 B
Bash

#!/bin/sh
# Abort on error.
set -e
update-initramfs -u
#DEBHELPER#
exit 0