From fc41ad4920b552ba5e39be169d4b27b5897c7852 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 17 Oct 2019 09:22:44 +0200 Subject: add TODOs for removing hard-coded package suffixes --- bin/clean-cache | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/clean-cache') 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 -- cgit v1.2.3