}
# We need the Canuck patch in place. Save us, Canuck patch!
+# This also gives us Arial 12 bold call numbers. w00t.
copy_xul()
{
cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/cat/* "$INSTALL_DIR"/var/web/xul/server/cat/.
cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/patron/* "$INSTALL_DIR"/var/web/xul/server/patron/.
+ cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/skin/* "$INSTALL_DIR"/var/web/xul/server/skin/.
}
# Update our circ rules
done
}
+# Bring our custom templates for MARC editor and such into play
+copy_templates()
+{
+ cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/templates/marc/* "$INSTALL_DIR"/var/templates/marc/.
+}
+
# Corresponding with some configuration changes, we also have to customize some Perl modules
# And similarly, we might want to only trigger these manually
copy_perl_modules()