7 lines
86 B
Text
7 lines
86 B
Text
#!/bin/sh
|
|
|
|
case $STAGE in
|
|
POST-INSTALL)
|
|
@PY_MANAGE_EGGS@ register @FLUPEGG@
|
|
;;
|
|
esac
|