aboutsummaryrefslogtreecommitdiff
path: root/user-config.default.sh
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 14:58:55 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 14:58:55 +0200
commit915faab9c074a0a30b8321c3836d0b35f475e94d (patch)
tree522b4109f2d43ff06db001b329ec1e09884cf6c8 /user-config.default.sh
parent90a0069d9bb72bf3caf59e2411a144f9e3afd2d3 (diff)
Use proper .bash suffix
Diffstat (limited to 'user-config.default.sh')
-rw-r--r--user-config.default.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/user-config.default.sh b/user-config.default.sh
deleted file mode 100644
index 4675afb..0000000
--- a/user-config.default.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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 <your@email-address.tld>"