Server IP : 170.150.155.74 / Your IP : 3.142.131.8 Web Server : Apache/2.4.53 (Debian) System : Linux b22bf132354b 5.4.0-162-generic #179-Ubuntu SMP Mon Aug 14 08:51:31 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/lib/dpkg/info/ |
Upload File : |
#!/bin/sh -e if [ "$1" = "purge" ]; then rm -f /etc/pam.d/common-auth /etc/pam.d/common-account \ /etc/pam.d/common-session /etc/pam.d/common-password \ /etc/pam.d/common-session-noninteractive rm -f /var/lib/pam/auth /var/lib/pam/account /var/lib/pam/session \ /var/lib/pam/password /var/lib/pam/seen \ /var/lib/pam/session-noninteractive rmdir --ignore-fail-on-non-empty /var/lib/pam ||true fi # Automatically added by dh_installdebconf/13.3.4 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section