]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - debian/uuid-runtime.postrm
debian: run "make check" with V=1 to keep blhc happy
[thirdparty/e2fsprogs.git] / debian / uuid-runtime.postrm
CommitLineData
740837de
TT
1#!/bin/sh
2set -e
3if [ "$1" = purge ]
4then
5 rm -rf /var/run/uuidd
6fi
7
4b5d342b
TT
8#DEBHELPER#
9
10exit 0