%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 14.207.165.8 / Your IP : 216.73.216.101 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/proc/thread-self/root/usr/bin/ |
Upload File : |
#!/bin/sh -e
# Since 0.51-2, we support dpkg triggers, so if this script
# was run from a maintainer script (postinst/postrm) and dpkg
# supports triggers, ignore it as dpkg will call the trigger
#
# Once all the maintainer scripts in the archive have stopped
# calling update-mime-database directly, we can remove this
# wrapper.
#
# See /usr/share/doc/dpkg-dev/triggers.txt.gz
if dpkg-trigger --check-supported >/dev/null 2>&1 && \
[ -n "$DPKG_RUNNING_VERSION" ] && \
[ "$1" = "/usr/share/mime" ]; then
exit 0
fi
# Otherwise, we have been manually called or there's no
# triggers support, so execute update-gconf-defaults
exec update-mime-database.real "$@"