Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

#! /bin/bash
################################################################################
# Pre remove script
# Used as post remove does not always work on all systems
# Must return 0 if all is well
#

#
#   Run the script self remover
#
cf='/root/vix/configureVM'
[ -x "$cf" ] && "$cf" -remove

true