%PDF- %PDF-
| Direktori : /proc/self/root/var/lib/dpkg/info/ |
| Current File : //proc/self/root/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