mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
29.10.2013 d5cf5da1413bfd3f2af2dff83c6da6147dfd9769
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
set -e
# Post rm script
# Files are removed automatically by pm. 
if [ "$1" = "remove" ]
then
  echo
  echo *OpenDJ successfully removed
fi
echo 
# End of the post rm script