wok rev 432
lxpanel: do not write into /usr
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 14 13:29:29 2008 +0000 (2008-03-14) |
parents | df5e639e5661 |
children | 9c9707b641ca |
files | lxpanel/receipt |
line diff
1.1 --- a/lxpanel/receipt Thu Mar 13 22:20:52 2008 +0100 1.2 +++ b/lxpanel/receipt Fri Mar 14 13:29:29 2008 +0000 1.3 @@ -36,5 +36,8 @@ 1.4 mv $fs/usr/share/lxpanel/profile/default \ 1.5 $fs/usr/share/lxpanel/profile/original 1.6 cp -a stuff/default $fs/usr/share/lxpanel/profile/ 1.7 + # Move profile to /etc/lxpanel (/usr maybe read-only) 1.8 + mv -f $fs/usr/share/lxpanel/profile $fs/etc/lxpanel 1.9 + ln -s /etc/lxpanel $fs/usr/share/lxpanel/profile 1.10 } 1.11