tazpkg diff tazpkg-notify @ rev 578

tazpkg: fix update-mime-database post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 29 08:56:51 2012 +0200 (2012-03-29)
parents 5c6b015d6d66
children 7d8d81c885c3
line diff
     1.1 --- a/tazpkg-notify	Tue Mar 06 16:57:12 2012 +0100
     1.2 +++ b/tazpkg-notify	Thu Mar 29 08:56:51 2012 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  fifo=/tmp/$(basename $0).fifo
     1.5  panel="http://tazpanel:82/pkgs.cgi"
     1.6  db="/var/lib/tazpkg"
     1.7 -doc="/usr/share/doc/tazpkg/tazpkg.html"
     1.8 +doc="file:///usr/share/doc/tazpkg/tazpkg.html"
     1.9  installed=$(ls $db/installed | wc -l)
    1.10  text="$(gettext "Installed packages") <b>$installed</b>"
    1.11  icon="/usr/share/pixmaps/tazpkg.png"