wok rev 9635

busybox: remove .desktop files covered by tazpanel
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 26 19:06:48 2011 +0200 (2011-04-26)
parents ad00280438a6
children 058a0c8e8921
files busybox/receipt busybox/stuff/applications/pcan.desktop busybox/stuff/applications/top.desktop
line diff
     1.1 --- a/busybox/receipt	Tue Apr 26 15:26:46 2011 +0200
     1.2 +++ b/busybox/receipt	Tue Apr 26 19:06:48 2011 +0200
     1.3 @@ -91,9 +91,6 @@
     1.4      # Httpd stuff.
     1.5      cp $stuff/httpd_helper.sh $fs/usr/bin
     1.6      chmod +x $fs/usr/bin/httpd_helper.sh
     1.7 -    # .desktop stuff
     1.8 -    mkdir -p $fs/usr/share
     1.9 -    cp -a $stuff/applications $fs/usr/share
    1.10  }
    1.11  
    1.12  # Force glibc-2.7 reinstall if 2.3.6 still in use.
     2.1 --- a/busybox/stuff/applications/pcan.desktop	Tue Apr 26 15:26:46 2011 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,9 +0,0 @@
     2.4 -[Desktop Entry]
     2.5 -Encoding=UTF-8
     2.6 -Name=Local ports scan
     2.7 -Name[fr_FR]=Analyse locale des ports
     2.8 -Name[zh_CN]=本地端口扫描
     2.9 -Exec=xterm -hold -e 'pscan localhost'
    2.10 -Icon=other.png
    2.11 -Type=Application
    2.12 -Categories=Network;
     3.1 --- a/busybox/stuff/applications/top.desktop	Tue Apr 26 15:26:46 2011 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,12 +0,0 @@
     3.4 -[Desktop Entry]
     3.5 -Encoding=UTF-8
     3.6 -Name=Top Processes Viewer
     3.7 -Name[fr_FR]=Processus les plus actifs
     3.8 -Name[zh_CN]=进程管理器
     3.9 -Type=Application
    3.10 -Comment=Show System Processes
    3.11 -Comment[fr_FR]=Afficher les processus système
    3.12 -Exec=xterm -e top
    3.13 -Icon=other.png
    3.14 -Categories=ConsoleOnly;System;Application;
    3.15 -GenericName=Process Viewer