芝麻web文件管理V1.00
编辑当前文件:/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