debian/changelog: fix missing Closed: annotation
[e2fsprogs.git] / debian / libuuid1.postrm
blob8c286eeaba5c53ae78e598b1300f7d0e48e7054e
1 #!/bin/sh
2 set -e
3 if [ "$1" = purge ]
4 then
5 rm -rf /var/lib/libuuid
6 fi
8 #DEBHELPER#
10 exit 0