#---------------------------------------------------------------------
## Replaces Sorcery's default_post_remove with an X11 font one
#---------------------------------------------------------------------
function default_post_remove() {
  . $SECTION_DIRECTORY/X11_POST_REMOVE
}

#---------------------------------------------------------------------
## Replaces Sorcery's default_final with an X11 font one
#---------------------------------------------------------------------
function default_final() {
  . $SECTION_DIRECTORY/X11_FINAL
}

#---------------------------------------------------------------------
## Replaces Sorcery's default_post_resurrect with an X11 font one
#---------------------------------------------------------------------
function default_post_resurrect() {
  . $SECTION_DIRECTORY/X11_POST_RESURRECT
}

