]> git.sur5r.net Git - bacula/bacula/blob - bacula/platforms/solaris/postremove
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / bacula / platforms / solaris / postremove
1 #!/bin/sh
2 #
3 # postremove for Bacula
4 #
5 if [ ! -d /var/bacula ]; then
6     rm -rf /var/bacula
7 fi
8
9 exit 0