monasca-api/java/src/deb/control/prerm
Craig Bryant 94b729d283 Get the java build working in StackForge
Move the java code to the new java directory

The poms are now maven 2 compatible
Change-Id: Idcc33bc27d202d64ffe4cbd528de6142db7dd841
2015-02-09 14:28:44 -07:00

10 lines
73 B
Bash

#!/bin/sh
case "$1" in
remove)
stop monasca-api
;;
esac
exit 0