Server IP : 170.150.155.74 / Your IP : 52.15.128.81 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 set -e case "$1" in upgrade|failed-upgrade|abort-install|abort-upgrade) ;; remove|purge|disappear) if which remove-shell >/dev/null && [ -f /etc/shells ]; then remove-shell /bin/bash remove-shell /bin/rbash fi ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac # Automatically added by dh_installmenu/13.3.4 if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi # End automatically added section exit 0