e2fsprogs/debian/libuuid1.postrm

11 lines
91 B
Bash

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