wok-6.x rev 12053
xlockmore: cleaned up receipt
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Mar 07 18:14:00 2012 -0800 (2012-03-07) |
parents | 7cff89631fd7 |
children | 67c94179939c |
files | xlockmore/receipt xlockmore/stuff/xlock.desktop |
line diff
1.1 --- a/xlockmore/receipt Wed Mar 07 17:42:29 2012 -0800 1.2 +++ b/xlockmore/receipt Wed Mar 07 18:14:00 2012 -0800 1.3 @@ -31,11 +31,6 @@ 1.4 { 1.5 mkdir -p $fs 1.6 cp -a $_pkg/usr $fs 1.7 - 1.8 - mkdir -p $fs/usr/share/applications \ 1.9 - $fs/usr/share/pixmaps 1.10 - cp -a $stuff/xlock.desktop $fs/usr/share/applications 1.11 - cp -a $stuff/xlockmore.png $fs/usr/share/pixmaps 1.12 } 1.13 1.14 post_install()
2.1 --- a/xlockmore/stuff/xlock.desktop Wed Mar 07 17:42:29 2012 -0800 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,8 +0,0 @@ 2.4 -[Desktop Entry] 2.5 -Encoding=UTF-8 2.6 -Name=XLock 2.7 -Comment=Lock the screen 2.8 -Exec=xlock 2.9 -Icon=xlockmore 2.10 -Type=Application 2.11 -Categories=Utility