Author: doogie
Date: Thu Oct 30 20:08:23 2008
New Revision: 709333
URL:
http://svn.apache.org/viewvc?rev=709333&view=revLog:
Call db_stop after #DEBHELPER#.
Modified:
ofbiz/trunk/debian/move-files.pl
ofbiz/trunk/debian/ofbiz.postinst
ofbiz/trunk/debian/ofbiz.postrm
ofbiz/trunk/debian/ofbiz.prerm
Modified: ofbiz/trunk/debian/move-files.pl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/debian/move-files.pl?rev=709333&r1=709332&r2=709333&view=diff==============================================================================
--- ofbiz/trunk/debian/move-files.pl (original)
+++ ofbiz/trunk/debian/move-files.pl Thu Oct 30 20:08:23 2008
@@ -248,7 +248,6 @@
print(SCRIPT "\t;;\n");
}
print(SCRIPT "esac\n");
- print(SCRIPT "db_stop\n");
close(SCRIPT);
}
}
Modified: ofbiz/trunk/debian/ofbiz.postinst
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz.postinst?rev=709333&r1=709332&r2=709333&view=diff==============================================================================
--- ofbiz/trunk/debian/ofbiz.postinst (original)
+++ ofbiz/trunk/debian/ofbiz.postinst Thu Oct 30 20:08:23 2008
@@ -190,5 +190,6 @@
;;
esac
#DEBHELPER#
+db_stop
exit
Modified: ofbiz/trunk/debian/ofbiz.postrm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz.postrm?rev=709333&r1=709332&r2=709333&view=diff==============================================================================
--- ofbiz/trunk/debian/ofbiz.postrm (original)
+++ ofbiz/trunk/debian/ofbiz.postrm Thu Oct 30 20:08:23 2008
@@ -36,4 +36,5 @@
esac
#DEBHELPER#
+db_stop
Modified: ofbiz/trunk/debian/ofbiz.prerm
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz.prerm?rev=709333&r1=709332&r2=709333&view=diff==============================================================================
--- ofbiz/trunk/debian/ofbiz.prerm (original)
+++ ofbiz/trunk/debian/ofbiz.prerm Thu Oct 30 20:08:23 2008
@@ -30,5 +30,6 @@
esac
#DEBHELPER#
+db_stop