diff --git a/Scripts/Bash/centos-art.conf b/Scripts/Bash/centos-art.conf deleted file mode 100755 index 03593b6..0000000 --- a/Scripts/Bash/centos-art.conf +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -# -# centos-art.conf -- The centos-art.sh script user-specific -# configuration file. -# -# ---------------------------------------------------------------------- - -# Absolute path of your working copy directory. -CLI_WRKCOPY=${HOME}/Projects/CentOS - -# Copyright information printed on produced content. -COPYRIGHT_HOLDER="The CentOS Project" -COPYRIGHT_YEAR_FIRST="2009" - -# Branding name. This is a few letters text describing the copyright -# holder. This information is used to retrive some file names from the -# repository structure (like those stored under -# `turnk/Identity/(Images|Models)/Brands/Symbols/${BRAND_FILENAME}.svg'). -# Using this variable let us reuse the same functionalities (i.e., -# Render, Help, etc.) in different projects that require to use -# different file names for branding. -BRAND_FILENAME='centos'