芝麻web文件管理V1.00
编辑当前文件:/var/lib/dpkg/info/postgresql-client-common.postrm
#!/bin/sh set -e if [ "$1" = purge ]; then # remove psql history file rm -f /var/lib/postgresql/.psql_history rmdir /var/lib/postgresql/ 2>/dev/null || true fi