#!/bin/sh -e if [ "$1" = "configure" ] && [ "$2" = "" ] then # Install faillog during initial installs only if [ ! -f /var/log/faillog ] ; then touch /var/log/faillog chown root:root /var/log/faillog chmod 644 /var/log/faillog fi fi #DEBHELPER# exit 0