�PNG  IHDR��;���IDATx��ܻn�0���K�� �)(�pA��� ���7�LeG{�� �§㻢|��ذaÆ 6lذaÆ 6lذaÆ 6lom��$^�y���ذag�5bÆ 6lذaÆ 6lذa{���� 6lذaÆ �`����}H�Fkm�,�m����Ӫ���ô�ô!� �x�|'ܢ˟;�E:���9�&ᶒ�}�{�v]�n&�6� �h��_��t�ڠ͵-ҫ���Z;��Z$�.�P���k�ž)�!��o���>}l�eQfJ�T��u і���چ��\��X=8��Rن4`Vw�l�>����n�G�^��i�s��"ms�$�u��i��?w�bs[m�6�K4���O���.�4��%����/����b�C%��t ��M�ז� �-l�G6�mrz2���s�%�9��s@���-�k�9�=���)������k�B5����\��+͂�Zsٲ ��Rn��~G���R���C����� �wIcI��n7jJ���hۛNCS|���j0��8y�iHKֶۛ�k�Ɉ+;Sz������L/��F�*\��Ԕ�#"5��m�2��[S��������=�g��n�a�P�e�ғ�L�� lذaÆ 6l�^k��̱aÆ 6lذaÆ 6lذa;���� �_��ذaÆ 6lذaÆ 6lذaÆ ���R���IEND�B` #!/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