Whamcloud - gitweb
debian: update initramfs in e2fsprogs's postinst script
authorTheodore Ts'o <tytso@mit.edu>
Wed, 11 May 2016 03:27:04 +0000 (23:27 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 11 May 2016 03:27:04 +0000 (23:27 -0400)
Addresses-Debian-Bug: #804237

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/e2fsprogs.postinst [new file with mode: 0644]

diff --git a/debian/e2fsprogs.postinst b/debian/e2fsprogs.postinst
new file mode 100644 (file)
index 0000000..e0f8954
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+upgrade-initramfs -u
+
+#DEBHELPER#
+
+exit 0