[Pkg-haskell-commits] darcs: haskell-hoogle: fix lintian bug command-with-path-in-maintainer-script

kiwamu at debian.or.jp kiwamu at debian.or.jp
Tue Sep 11 11:45:01 UTC 2012


Tue Sep 11 11:33:14 UTC 2012  kiwamu at debian.or.jp
  * fix lintian bug command-with-path-in-maintainer-script
  Ignore-this: 92a2224f9bf5f8e0f8487375ce88b02c

    M ./hoogle.postinst -1 +1

Tue Sep 11 11:33:14 UTC 2012  kiwamu at debian.or.jp
  * fix lintian bug command-with-path-in-maintainer-script
  Ignore-this: 92a2224f9bf5f8e0f8487375ce88b02c
diff -rN -u old-haskell-hoogle//hoogle.postinst new-haskell-hoogle//hoogle.postinst
--- old-haskell-hoogle//hoogle.postinst	2012-09-11 11:45:00.998578485 +0000
+++ new-haskell-hoogle//hoogle.postinst	2012-09-11 11:45:01.014324485 +0000
@@ -18,7 +18,7 @@
 
     ## ------------------------------------------------------------------
     ## create /var/lib/hoogle/databases
-    [ -d /var/lib/hoogle/databases ] && /usr/sbin/update-hoogle
+    [ -d /var/lib/hoogle/databases ] && update-hoogle
 
 fi
 





More information about the Pkg-haskell-commits mailing list