From f9a52839c6ee980150ecfd8dbf26cef1e7dc0122 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 29 May 2009 10:53:58 -0400 Subject: dh_gconf: Remove postrm fragment that handled schema migration from /etc to /usr. Closes: #531035 --- autoscripts/postrm-gconf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 autoscripts/postrm-gconf (limited to 'autoscripts') diff --git a/autoscripts/postrm-gconf b/autoscripts/postrm-gconf deleted file mode 100644 index c05eb43d..00000000 --- a/autoscripts/postrm-gconf +++ /dev/null @@ -1,10 +0,0 @@ -if [ "$1" = purge ]; then - OLD_DIR=/etc/gconf/schemas - SCHEMA_FILES="#SCHEMAS#" - if [ -d $OLD_DIR ]; then - for SCHEMA in $SCHEMA_FILES; do - rm -f $OLD_DIR/$SCHEMA - done - rmdir -p --ignore-fail-on-non-empty $OLD_DIR - fi -fi -- cgit v1.2.3