wok diff obmenu/receipt @ rev 17930
syslinux/taziso: show file result for tazpanel
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 12 12:35:21 2015 +0200 (2015-04-12) |
parents | 600aaedb561d |
children | 16df76e1fc6a |
line diff
1.1 --- a/obmenu/receipt Mon Dec 02 19:18:04 2013 +0000 1.2 +++ b/obmenu/receipt Sun Apr 12 12:35:21 2015 +0200 1.3 @@ -33,13 +33,13 @@ 1.4 post_install() 1.5 { 1.6 echo -n "Enabling configuration file..." 1.7 - cp /home/tux/.config/openbox/menu.xml /root/.config/openbox 1.8 + cp $1/home/tux/.config/openbox/menu.xml $1/root/.config/openbox 1.9 status 1.10 } 1.11 1.12 post_remove() 1.13 { 1.14 echo -n "Removing configuration files..." 1.15 - rm /root/.config/openbox/menu.xml 1.16 + rm $1/root/.config/openbox/menu.xml 1.17 status 1.18 }