7 lines
85 B
Bash
7 lines
85 B
Bash
#!/bin/sh
|
|
|
|
case $STAGE in
|
|
DEINSTALL)
|
|
@PY_MANAGE_EGGS@ unregister @FLUPEGG@
|
|
;;
|
|
esac
|