# -*- sh -*-

case "$1" in
    upgrade|remove|purge)
        #OCTAVE# --silent --no-history --no-init-file --eval "pkg ('rebuild');"
esac
