e2fsprogs/debian/uuid-runtime.postrm
Theodore Ts'o 4b5d342b47 debian: Fix all postinst/prerm/postrm scripts to include debhelper additions
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-01-01 02:20:07 -05:00

11 lines
89 B
Bash

#!/bin/sh
set -e
if [ "$1" = purge ]
then
rm -rf /var/run/uuidd
fi
#DEBHELPER#
exit 0