------------------------------------------------------------
revno: 1139
committer: Rene Engelhard <[EMAIL PROTECTED]>
branch nick: debian
timestamp: Tue 2008-07-01 23:08:38 +0200
message:
  fix postrm
modified:
  changelog
  openoffice.org-core.postrm.in
=== modified file 'changelog'
--- a/changelog 2008-06-22 01:23:38 +0000
+++ b/changelog 2008-07-01 21:08:38 +0000
@@ -1,7 +1,7 @@
-openoffice.org (1:2.4.1-3.4pre) unstable; urgency=low
+openoffice.org (1:2.4.1-3.4pre) unstable; urgency=medium
 
   * ooo-build
-    + update (r12931)
+    + update (r12994)
       + sw-field-patch-fix-competing-protection.diff: for the competing
         protection problem from n#400884 (really closes: #477653)
       + distro-configs/Common.conf.in: randr reenabled per default
@@ -11,8 +11,10 @@
   * debian/control.in:
     - make openoffice.org metapackage depend on ttf-liberation. Remove
       msttcorefonts suggestion.
+  * debian/openoffice.org-core.postrm.in:
+    - fix. rm -rf /var/spool/openoffice, not /var/spool/openoffice2
 
- -- Rene Engelhard <[EMAIL PROTECTED]>  Sun, 22 Jun 2008 03:15:12 +0200
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Tue, 01 Jul 2008 23:06:23 +0200
 
 openoffice.org (1:2.4.1-3) unstable; urgency=medium
 

=== modified file 'openoffice.org-core.postrm.in'
--- a/openoffice.org-core.postrm.in     2006-07-16 19:42:06 +0000
+++ b/openoffice.org-core.postrm.in     2008-07-01 21:08:38 +0000
@@ -10,7 +10,7 @@
 #INCLUDE_SHELL_LIB#
 
 if [ "$1" = "remove" ]; then
-       rm -rf /var/spool/openoffice2
+       rm -rf /var/spool/openoffice$VER
 fi
 
 #DEBHELPER#

Reply via email to