summaryrefslogtreecommitdiffstats
path: root/xorg-font/FUNCTIONS
diff options
context:
space:
mode:
authorAndraž 'ruskie' Levstik2008-08-25 20:37:51 +0200
committerAndraž 'ruskie' Levstik2008-08-25 20:37:51 +0200
commitfc43b2bc21ef07ded4fe26294bd68c025cf6c17b (patch)
treef6e92f1bd1e93f07bec14842223af358852c8935 /xorg-font/FUNCTIONS
parenta9350b4ba7fabe2407251d9a4174dacab2116e16 (diff)
added a default_post_remove
Diffstat (limited to 'xorg-font/FUNCTIONS')
-rwxr-xr-xxorg-font/FUNCTIONS7
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg-font/FUNCTIONS b/xorg-font/FUNCTIONS
new file mode 100755
index 0000000000..3e9070685f
--- /dev/null
+++ b/xorg-font/FUNCTIONS
@@ -0,0 +1,7 @@
+#---------------------------------------------------------------------
+## Replaces sorcerys default_post_remove with a -foma one
+#---------------------------------------------------------------------
+function default_pre_build () {
+ . $SECTION/X11_POST_REMOVE
+}
+