blob: fcd21e3537ea2137ceccad6ecd6c535557362b86 (
plain)
1
2
3
4
5
6
|
# arg 1: the old package version
post_remove() {
echo "If you want to get rid of master db, logs and temporary file delete the /opt/drqueue directory manually"
}
# vim:set ts=2 sw=2 et:
|