summaryrefslogblamecommitdiffstats
path: root/fonts-x11/FUNCTIONS
blob: 1729b513b1209d085428d7d68b0fd841cc9919c1 (plain) (tree)
1
2
3
4
5
6
7






                                                                      






                                                                      






                                                                      
#---------------------------------------------------------------------
## 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
}