e2fsprogs/debian/libuuid1.postrm

7 lines
70 B
Bash

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