From 670c19c1ec189d5831be4a4c09099036da4635ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:02:19 +0200 Subject: Adding debian version 248. Signed-off-by: Daniel Baumann --- debian/postgresql-client-common.postrm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/postgresql-client-common.postrm (limited to 'debian/postgresql-client-common.postrm') diff --git a/debian/postgresql-client-common.postrm b/debian/postgresql-client-common.postrm new file mode 100644 index 0000000..f416938 --- /dev/null +++ b/debian/postgresql-client-common.postrm @@ -0,0 +1,12 @@ +#!/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 + +#DEBHELPER# + -- cgit v1.2.3