0x1998 - MANAGER
Edit File: 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