summaryrefslogtreecommitdiffstats
path: root/xorg-font/FUNCTIONS
blob: 1553c6268e6e71e3feb4799eb0e69b776eff69da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#---------------------------------------------------------------------
## 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
}