From 5b9833151caa6c601278a188a3c335a56bc529b1 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Sun, 23 Dec 2018 18:31:05 +0100 Subject: plit off user-config.sh --- user-config.default.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 user-config.default.sh (limited to 'user-config.default.sh') diff --git a/user-config.default.sh b/user-config.default.sh new file mode 100644 index 0000000..4675afb --- /dev/null +++ b/user-config.default.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# +# user-config.default.sh - user configuration options; +# copy this file to user-config.sh and modify to +# your liking. +# + +# The maintainer to be listed in the PKGBUILD. +maintainer="Your Name " -- cgit v1.2.3