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
 


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to