summaryrefslogtreecommitdiff
path: root/bin/clean-cache
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-10-17 09:22:44 +0200
committerErich Eckner <git@eckner.net>2019-10-17 09:22:44 +0200
commitfc41ad4920b552ba5e39be169d4b27b5897c7852 (patch)
tree4a08e6d190d5f955d67c32d77ab46ee71808e73a /bin/clean-cache
parenta4f18cd8210a0e572e41a7744664f518faaa6498 (diff)
downloadbuilder-fc41ad4920b552ba5e39be169d4b27b5897c7852.tar.xz
add TODOs for removing hard-coded package suffixes
Diffstat (limited to 'bin/clean-cache')
-rwxr-xr-xbin/clean-cache2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/clean-cache b/bin/clean-cache
index b83e30f..41d0df8 100755
--- a/bin/clean-cache
+++ b/bin/clean-cache
@@ -5,6 +5,8 @@
# shellcheck source=../lib/load-configuration
. "${0%/*}/../lib/load-configuration"
+# TODO: remove hard-coded package suffixes
+
if [ $# -eq 0 ]; then
dummynator='sudo'
elif [ $# -eq 1 ] && [ "x$1" = 'x-n' ]; then