~ubuntu-branches/ubuntu/wily/ubuntu-core-config/wily

1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" = remove ]; then
    pam-auth-update --package --remove snappy-extrausers
fi

#DEBHELPER#