svn commit: r749813 - /ofbiz/trunk/debian/ofbiz-framework.postrm

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

svn commit: r749813 - /ofbiz/trunk/debian/ofbiz-framework.postrm

doogie-3
Author: doogie
Date: Tue Mar  3 22:49:43 2009
New Revision: 749813

URL: http://svn.apache.org/viewvc?rev=749813&view=rev
Log:
Remove stat override on the homedir during purge.

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

Modified: ofbiz/trunk/debian/ofbiz-framework.postrm
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz-framework.postrm?rev=749813&r1=749812&r2=749813&view=diff
==============================================================================
--- ofbiz/trunk/debian/ofbiz-framework.postrm (original)
+++ ofbiz/trunk/debian/ofbiz-framework.postrm Tue Mar  3 22:49:43 2009
@@ -33,6 +33,7 @@
  if which ucf >/dev/null; then ucf --purge /etc/ofbiz/debconf.cfg; fi
  if which ucfr >/dev/null; then ucfr --purge ofbiz /etc/ofbiz/debconf.cfg; fi
  find /var/log/ofbiz -mindepth 1 -maxdepth 1 -print0 | xargs -0 --no-run-if-empty rm -rf
+ dpkg-statoverride --remove /var/lib/ofbiz
  ;;
 esac