svn commit: r749828 - /ofbiz/trunk/debian/ofbiz-framework.prerm

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r749828 - /ofbiz/trunk/debian/ofbiz-framework.prerm

doogie-3
Author: doogie
Date: Tue Mar  3 23:10:40 2009
New Revision: 749828

URL: http://svn.apache.org/viewvc?rev=749828&view=rev
Log:
Move automatic debhelper commands to just after debconf is started.
This allows purging of the database to work, as the daemon is now
stopped at the right time.

Modified:
    ofbiz/trunk/debian/ofbiz-framework.prerm

Modified: ofbiz/trunk/debian/ofbiz-framework.prerm
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz-framework.prerm?rev=749828&r1=749827&r2=749828&view=diff
==============================================================================
--- ofbiz/trunk/debian/ofbiz-framework.prerm (original)
+++ ofbiz/trunk/debian/ofbiz-framework.prerm Tue Mar  3 23:10:40 2009
@@ -20,6 +20,9 @@
 : "$0" "$@"
 
 . /usr/share/debconf/confmodule
+
+#DEBHELPER#
+
 . /usr/share/dbconfig-common/dpkg/prerm
 dbc_go ofbiz "$@"
 
@@ -29,7 +32,4 @@
  ;;
 esac
 
-#DEBHELPER#
 db_stop
-
-