[Pkg-ocaml-maint-commits] r4502 - in /trunk/packages/otags/trunk/debian: changelog postinst

mfurr at users.alioth.debian.org mfurr at users.alioth.debian.org
Tue Sep 11 20:58:45 UTC 2007


Author: mfurr
Date: Tue Sep 11 20:58:45 2007
New Revision: 4502

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4502
Log:
added postinst status message

Modified:
    trunk/packages/otags/trunk/debian/changelog
    trunk/packages/otags/trunk/debian/postinst

Modified: trunk/packages/otags/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/otags/trunk/debian/changelog?rev=4502&op=diff
==============================================================================
--- trunk/packages/otags/trunk/debian/changelog (original)
+++ trunk/packages/otags/trunk/debian/changelog Tue Sep 11 20:58:45 2007
@@ -2,6 +2,8 @@
 
   * New upstream release
   * Add camlp5 patch to build with legacy preprocessor
+  * Added a status message during postinst so the user knows that it might
+    take a minute to run update-otags
 
  -- Mike Furr <mfurr at debian.org>  Tue, 11 Sep 2007 16:52:52 -0400
 

Modified: trunk/packages/otags/trunk/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/otags/trunk/debian/postinst?rev=4502&op=diff
==============================================================================
--- trunk/packages/otags/trunk/debian/postinst (original)
+++ trunk/packages/otags/trunk/debian/postinst Tue Sep 11 20:58:45 2007
@@ -2,7 +2,9 @@
 
 case "$1" in
   configure)
+    echo -n "Updating otags cache...(this may take a minute) "
     /usr/sbin/update-otags 2> /dev/null
+    echo "done."
   ;;
 esac
 




More information about the Pkg-ocaml-maint-commits mailing list