summaryrefslogtreecommitdiffstats
path: root/scripts/libmakepkg/tidy/purge.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/libmakepkg/tidy/purge.sh.in')
-rw-r--r--scripts/libmakepkg/tidy/purge.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/libmakepkg/tidy/purge.sh.in b/scripts/libmakepkg/tidy/purge.sh.in
index dbc03813..948f001d 100644
--- a/scripts/libmakepkg/tidy/purge.sh.in
+++ b/scripts/libmakepkg/tidy/purge.sh.in
@@ -27,6 +27,9 @@ source "$LIBRARY/util/message.sh"
source "$LIBRARY/util/option.sh"
+packaging_options+=('purge')
+tidy_remove+=('tidy_purge')
+
tidy_purge() {
if check_option "purge" "y" && [[ -n ${PURGE_TARGETS[*]} ]]; then
msg2 "$(gettext "Purging unwanted files...")"