------------------------------------------------------------
revno: 1178
committer: Rene Engelhard <[EMAIL PROTECTED]>
branch nick: debian
timestamp: Thu 2008-07-17 03:20:05 +0200
message:
  fix removal
modified:
  changelog
  openoffice.org-presentation-minimizer.prerm.in
=== modified file 'changelog'
--- a/changelog 2008-07-16 23:32:44 +0000
+++ b/changelog 2008-07-17 01:20:05 +0000
@@ -2,7 +2,7 @@
 
   * OpenOffice.org development milestone 25 (DEV300_m25)
   * ooo-build:
-    - update (r13257)
+    - update (r13259)
   * debian/rules:
     - Add SYSTEM_LUCENE conditional but don't enable it yet
       (liblucene2-java is in contrib...)
@@ -26,8 +26,9 @@
     - Standards-Version: 3.8.0 (already following it)
   * debian/copyright:
     - wrap "Debian package authors:" line to please lintian
+  * openoffice.org-presentation-minimizer.prerm.in: fix removal 
 
- -- Rene Engelhard <[EMAIL PROTECTED]>  Thu, 17 Jul 2008 01:30:03 +0200
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Thu, 17 Jul 2008 03:19:01 +0200
 
 openoffice.org (1:3.0.0~beta2-1) experimental; urgency=low
 

=== modified file 'openoffice.org-presentation-minimizer.prerm.in'
--- a/openoffice.org-presentation-minimizer.prerm.in    2007-10-12 13:13:52 
+0000
+++ b/openoffice.org-presentation-minimizer.prerm.in    2008-07-17 01:20:05 
+0000
@@ -11,9 +11,7 @@
 
 case "$1" in
        remove)
-               # this is a legacy package, so we need to find it first...
-                id=`/usr/lib/openoffice/program/unopkg list --shared | grep 
Identifier:.*presentation-minimizer | cut -d":" -f2`
-                remove_extension $id
+                remove_extension com.sun.star.PresentationMinimizer-$PLATFORMID
        ;;
 esac
 

Reply via email to