~ecryptfs/ecryptfs/trunk

309 by Dustin Kirkland
debian/ubuntu packaging
1
#!/bin/sh -e
2
3
if [ "$1" = remove ]; then
4
	pam-auth-update --package --remove ecryptfs-utils
5
fi
6
7
#DEBHELPER#
8
9
exit 0