r35550 - in /packages/sivp/trunk/debian: changelog postinst prerm

c_korn-guest at users.alioth.debian.org c_korn-guest at users.alioth.debian.org
Wed Feb 25 19:43:44 UTC 2009


Author: c_korn-guest
Date: Wed Feb 25 19:43:44 2009
New Revision: 35550

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35550
Log:
  * postinst and prerm: Fix the lookup for the scilab directory

Modified:
    packages/sivp/trunk/debian/changelog
    packages/sivp/trunk/debian/postinst
    packages/sivp/trunk/debian/prerm

Modified: packages/sivp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/sivp/trunk/debian/changelog?rev=35550&op=diff
==============================================================================
--- packages/sivp/trunk/debian/changelog (original)
+++ packages/sivp/trunk/debian/changelog Wed Feb 25 19:43:44 2009
@@ -8,6 +8,7 @@
   [ Christoph Korn ]
   * debian/control: Added ${misc:Depends} to package sivp
     to make lintian happy.
+  * postinst and prerm: Fix the lookup for the scilab directory
 
  -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Mon, 23 Feb 2009 17:09:40 +0100
 

Modified: packages/sivp/trunk/debian/postinst
URL: http://svn.debian.org/wsvn/debian-science/packages/sivp/trunk/debian/postinst?rev=35550&op=diff
==============================================================================
--- packages/sivp/trunk/debian/postinst (original)
+++ packages/sivp/trunk/debian/postinst Wed Feb 25 19:43:44 2009
@@ -18,8 +18,8 @@
 # the debian-policy package
 
 #find where Scilab installed
-SCIDIR=`dpkg -L scilab |grep scilab.star`; 
-SCIDIR=${SCIDIR%/scilab.star};
+SCIDIR=`dpkg -L scilab-data | grep etc/scilab.start`;
+SCIDIR=${SCIDIR%/etc/scilab.start};
 
 #find where SIVP installed
 SIVPDIR=`dpkg -L sivp |grep loader.sce`

Modified: packages/sivp/trunk/debian/prerm
URL: http://svn.debian.org/wsvn/debian-science/packages/sivp/trunk/debian/prerm?rev=35550&op=diff
==============================================================================
--- packages/sivp/trunk/debian/prerm (original)
+++ packages/sivp/trunk/debian/prerm Wed Feb 25 19:43:44 2009
@@ -17,8 +17,8 @@
 # the debian-policy package
 
 #find where Scilab installed
-SCIDIR=`dpkg -L scilab |grep scilab.star`; 
-SCIDIR=${SCIDIR%/scilab.star};
+SCIDIR=`dpkg -L scilab-data | grep etc/scilab.start`;
+SCIDIR=${SCIDIR%/etc/scilab.start};
 
 #find where SIVP installed
 SIVPDIR=`dpkg -L sivp |grep loader.sce`




More information about the debian-science-commits mailing list