post_install() { echo "" echo "Please copy the file /usr/share/fbnews/fbnewsrc into your ~/. fluxbox directory and edit it to your needs." echo "" /bin/true } post_upgrade() { /bin/true } pre_remove() { /bin/true } op=$1 shift $op $*