summaryrefslogtreecommitdiffstats
path: root/fonts-x11/FUNCTIONS
blob: 1729b513b1209d085428d7d68b0fd841cc9919c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#---------------------------------------------------------------------
## 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
}