# HG changeset patch # User Pascal Bellard # Date 1218304516 0 # Node ID b4764dbfcef8a05354a6c772f19cdfaef07b3b26 # Parent 534023d6e0058a0e3cdb7e4d2d2836f21f5597d2 asterisk, zaptel: create volatile.cpio.gz diff -r 534023d6e005 -r b4764dbfcef8 asterisk/receipt --- a/asterisk/receipt Sat Aug 09 17:50:04 2008 +0000 +++ b/asterisk/receipt Sat Aug 09 17:55:16 2008 +0000 @@ -37,3 +37,17 @@ mv $i ${i%.sample} done } + +# Pre and post install commands for Tazpkg. +post_install() +{ + ( cd $1/ ; cpio -o -H newc | gzip -9 ) > \ + $1/$INSTALLED/$PACKAGE/volatile.cpio.gz < \ + $1/$INSTALLED/$PACKAGE/volatile.cpio.gz <