#---------------------------------------------------------------------
## Replaces sorcerys default_post_remove with a -foma one
#---------------------------------------------------------------------
function default_post_remove() {
  . $SECTION_DIRECTORY/X11_POST_REMOVE
}

#---------------------------------------------------------------------
## Replaces sorcerys default_post_resurrect with a -foma one
#---------------------------------------------------------------------
function default_post_resurrect() {
  . $SECTION_DIRECTORY/X11_POST_RESURRECT
}

