tazpkg rev 577

tazpkg-notify: fix TazPKG manual link
author Richard Dunbar <mojo@slitaz.org>
date Wed Mar 28 21:44:05 2012 +0000 (2012-03-28)
parents 915b983a7f6d
children 6c19eff18a07
files tazpkg-notify
line diff
     1.1 --- a/tazpkg-notify	Sun Mar 25 15:12:59 2012 -0500
     1.2 +++ b/tazpkg-notify	Wed Mar 28 21:44:05 2012 +0000
     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"