wok-current diff lxqt/receipt @ rev 17832
Up: slitaz-boot-scripts (5.7)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Mar 23 02:04:52 2015 +0200 (2015-03-23) |
parents | a4377148d6dc |
children | e27eaf55057a |
line diff
1.1 --- a/lxqt/receipt Sun Oct 19 01:51:31 2014 +0200 1.2 +++ b/lxqt/receipt Mon Mar 23 02:04:52 2015 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://lxqt.org" 1.5 TAGS="LXQt" 1.6 1.7 -DEPENDS="gvfs lximage-qt libQtMimeTypes liblxqt liblxqt-mount lxqt-about \ 1.8 +DEPENDS="gvfs gvfs-udisks2 lximage-qt libQtMimeTypes liblxqt liblxqt-mount lxqt-about \ 1.9 lxqt-admin lxqt-appswitcher lxqt-common lxqt-config lxqt-config-randr \ 1.10 lxqt-globalkeys lxqt-notificationd lxqt-openssh-askpass lxqt-panel \ 1.11 lxqt-policykit lxqt-powermanagement lxqt-qtplugin lxqt-runner lxqt-session \ 1.12 @@ -25,7 +25,7 @@ 1.13 1.14 post_install() 1.15 { 1.16 - for i in $(ls -d $1/root $1/home/* 2> /dev/null); 1.17 + for i in $(ls -d $1/home/* 2> /dev/null); 1.18 do [ -d $i ] && \ 1.19 sed '/WINDOW_MANAGER=/s|"\([^"]*\)"|"startlxqt"|' -i \ 1.20 $i/.config/slitaz/applications.conf \ 1.21 @@ -39,7 +39,7 @@ 1.22 1.23 post_remove() 1.24 { 1.25 - for i in $(ls -d $1/root $1/home/* 2> /dev/null); 1.26 + for i in $(ls -d $1/home/* 2> /dev/null); 1.27 do [ -d $i ] && \ 1.28 sed '/WINDOW_MANAGER=/s|"\([^"]*\)"|"lxde-session"|' -i \ 1.29 $i/.config/slitaz/applications.conf \