~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to debian/ecryptfs-utils.prerm

  • Committer: Dustin Kirkland
  • Date: 2009-02-13 15:57:24 UTC
  • Revision ID: kirkland@canonical.com-20090213155724-1q3qz2o0cbyimu9x
debian/ubuntu packaging

Initial checkin of the Debian/Ubuntu packaging

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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