wok-current diff netatalk/receipt @ rev 2165
Add linux-sched
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 07 08:52:21 2009 +0000 (2009-02-07) |
parents | 1b95154d11db |
children | e3a0a2a27697 |
line diff
1.1 --- a/netatalk/receipt Sat Oct 04 12:39:08 2008 +0000 1.2 +++ b/netatalk/receipt Sat Feb 07 08:52:21 2009 +0000 1.3 @@ -44,10 +44,6 @@ 1.4 # Pre and post install commands for Tazpkg. 1.5 post_install() 1.6 { 1.7 - ( cd $1/ ; cpio -o -H newc | gzip -9 ) > \ 1.8 - $1/$INSTALLED/$PACKAGE/volatile.cpio.gz <<EOT 1.9 -$(ls etc/netatalk/AppleVolumes.* etc/netatalk/*.conf) 1.10 -EOT 1.11 cat <<EOF 1.12 ---- 1.13 To start $PACKAGE server you can run : 1.14 @@ -58,8 +54,3 @@ 1.15 ---- 1.16 EOF 1.17 } 1.18 - 1.19 -repack_cleanup() 1.20 -{ 1.21 - zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id ) 1.22 -}