pkgsrc/www/py-flup/INSTALL

7 lines
86 B
Text

#!/bin/sh
case $STAGE in
POST-INSTALL)
@PY_MANAGE_EGGS@ register @FLUPEGG@
;;
esac