tazpkg diff applications/tazpanel-pkgs.desktop @ rev 750

Fix install --forced (thanks llev)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 03 00:05:27 2015 +0100 (2015-02-03)
parents e2d2cd9a21b1
children 27c791cae919
line diff
     1.1 --- a/applications/tazpanel-pkgs.desktop	Fri Mar 07 01:49:19 2014 +0000
     1.2 +++ b/applications/tazpanel-pkgs.desktop	Tue Feb 03 00:05:27 2015 +0100
     1.3 @@ -5,6 +5,6 @@
     1.4  Name[pt_BR]=Gerenciador de Pacotes
     1.5  Name[ru]=Менеджер пакетов
     1.6  TryExec=tazweb
     1.7 -Exec=tazweb http://tazpanel:82/pkgs.cgi
     1.8 +Exec=sh -c 'W=$HOME/.config/slitaz/subox.conf;[ -f $W ]||subox -;tazweb root:$(head $W)@tazpanel:82/pkgs.cgi'
     1.9  Icon=tazpkg
    1.10 -Categories=Settings;PackageManager;
    1.11 +Categories=Settings;System;PackageManager;