PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` #!/bin/sh set -e if test "$1" = configure then if test -f /etc/init.d/logoutd then if test "$(md5sum /etc/init.d/logoutd)" = "9080f92783dd53f6f2108e698c06bd53 /etc/init.d/logoutd" then echo "removing logoutd cruft" rm /etc/init.d/logoutd update-rc.d logoutd remove fi fi fi rm -f /etc/pam.d/login.pre-upgrade 2>/dev/null if [ "$1" = "configure" ]; then # Install faillog during initial installs only if [ "$2" = "" ] && [ ! -f /var/log/faillog ] ; then touch /var/log/faillog chown root:root /var/log/faillog chmod 644 /var/log/faillog fi # Create subuid/subgid if missing if [ ! -e /etc/subuid ]; then touch /etc/subuid chown root:root /etc/subuid chmod 644 /etc/subuid fi if [ ! -e /etc/subgid ]; then touch /etc/subgid chown root:root /etc/subgid chmod 644 /etc/subgid fi fi # Create subuid/subgid if missing if [ ! -e /etc/subuid ]; then touch /etc/subuid chown root:root /etc/subuid chmod 644 /etc/subuid fi if [ ! -e /etc/subgid ]; then touch /etc/subgid chown root:root /etc/subgid chmod 644 /etc/subgid fi exit 0