wok diff slim-theme-control/receipt @ rev 17903

smbclient: symlink smbspool to cups backend (again)
author Richard Dunbar <mojo@slitaz.org>
date Sat Apr 04 10:31:10 2015 -0400 (2015-04-04)
parents a9da5bf33e10
children 0a411c8beacd
line diff
     1.1 --- a/slim-theme-control/receipt	Wed Jun 12 15:34:35 2013 +0000
     1.2 +++ b/slim-theme-control/receipt	Sat Apr 04 10:31:10 2015 -0400
     1.3 @@ -21,10 +21,10 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	slim-theme -scontrol
     1.8 +	chroot "$1/" slim-theme -scontrol
     1.9  }
    1.10  
    1.11  pre_remove()
    1.12  {
    1.13 -	slim-theme -fcontrol
    1.14 +	chroot "$1/" slim-theme -fcontrol
    1.15  }