reprepro: remove the package once useless

This commit is contained in:
Jeremy Gardais 2021-06-30 16:15:48 +02:00
parent 036e65fffc
commit c4bcc5c5a8
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ Manage ${package} file."
### Then finally remove the package {{{
debug_message "while_package \
Remove ${package} file."
#rm -f -- "${package}"
rm -f -- "${package}"
### }}}
else
### If package is empty or doesn't exists, just skip it {{{