Skip to content

Commit 4336f2b

Browse files
committed
[build] Add comment in postrm explaining empty cases
1 parent bab73b8 commit 4336f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/build/package_scripts/post_remove.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ user_remove() {
1212
REMOVE_USER=false
1313

1414
case $1 in
15-
15+
# Includes cases for all valid arguments, exit 1 otherwise
1616
# Debian
1717
purge)
1818
REMOVE_USER=true

0 commit comments

Comments
 (0)