[Pkg-gs-devel] r88 - cmap-adobe-cns1/trunk/debian

Masayuki Hatta mhatta at alioth.debian.org
Sat Jan 3 16:48:27 UTC 2009


Author: mhatta
Date: Sat Jan  3 16:48:26 2009
New Revision: 88

Log:
Various cosmetic changes for shutting up lintian.


Modified:
   cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.config
   cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.postinst
   cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.prerm

Modified: cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.config
==============================================================================
--- cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.config	(original)
+++ cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.config	Sat Jan  3 16:48:26 2009
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/sh -e
 
 PKG=$0
 PKG=${PKG##*/}

Modified: cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.postinst
==============================================================================
--- cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.postinst	(original)
+++ cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.postinst	Sat Jan  3 16:48:26 2009
@@ -21,7 +21,7 @@
       extra) i=ext ;;
     esac
     
-    /usr/bin/defoma-font -t reregister-all /etc/defoma/hints/$PKG.$i.hints > /dev/null
+    defoma-font -t reregister-all /etc/defoma/hints/$PKG.$i.hints > /dev/null
   done
 fi
 

Modified: cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.prerm
==============================================================================
--- cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.prerm	(original)
+++ cmap-adobe-cns1/trunk/debian/cmap-adobe-cns1.prerm	Sat Jan  3 16:48:26 2009
@@ -10,8 +10,8 @@
 PKG=${PKG%.prerm}
 
 if [ "$1" = remove ]; then
-  /usr/bin/defoma-font -qt purge-all /etc/defoma/hints/$PKG.std.hints > /dev/null 2>&1
-  /usr/bin/defoma-font -qt purge-all /etc/defoma/hints/$PKG.ext.hints > /dev/null 2>&1
+  defoma-font -qt purge-all /etc/defoma/hints/$PKG.std.hints > /dev/null 2>&1
+  defoma-font -qt purge-all /etc/defoma/hints/$PKG.ext.hints > /dev/null 2>&1
 fi
 
 #DEBHELPER#



More information about the Pkg-gs-devel mailing list