[med-svn] r3267 - trunk/packages/mlstdbnet/trunk/debian
Andreas Tille
tille at alioth.debian.org
Mon Apr 6 21:17:10 UTC 2009
Author: tille
Date: 2009-04-06 21:17:10 +0000 (Mon, 06 Apr 2009)
New Revision: 3267
Modified:
trunk/packages/mlstdbnet/trunk/debian/prerm
Log:
Fix cut-n-pasto
Modified: trunk/packages/mlstdbnet/trunk/debian/prerm
===================================================================
--- trunk/packages/mlstdbnet/trunk/debian/prerm 2009-04-06 16:40:31 UTC (rev 3266)
+++ trunk/packages/mlstdbnet/trunk/debian/prerm 2009-04-06 21:17:10 UTC (rev 3267)
@@ -8,8 +8,8 @@
db_version 2.0
# source dbconfig-common shell library, and call the hook function
-if [ -f /usr/share/dbconfig-common/dpkg/config.pgsql ]; then
- . /usr/share/dbconfig-common/dpkg/config.pgsql
+if [ -f /usr/share/dbconfig-common/dpkg/prerm.pgsql ]; then
+ . /usr/share/dbconfig-common/dpkg/prerm.pgsql
dbc_go ${pkg} $@
fi
More information about the debian-med-commit
mailing list