]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - debian/uuid-runtime.postrm
debian: drop support for not building the e2fsck-static and udebs packages
[thirdparty/e2fsprogs.git] / debian / uuid-runtime.postrm
1 #!/bin/sh
2 set -e
3 if [ "$1" = purge ]
4 then
5 rm -rf /var/run/uuidd
6 fi
7
8 #DEBHELPER#
9
10 exit 0