mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-28 12:34:13 +08:00
c66130f186
This addresses a Lintian warning. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
11 lines
101 B
Bash
11 lines
101 B
Bash
#! /bin/sh
|
|
set -e
|
|
if [ -x /usr/sbin/uuidd ]
|
|
then
|
|
/usr/sbin/uuidd -k || true
|
|
fi
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|