@ -239,6 +239,9 @@ default_unpack() {
msg "Unpacking $s..."
unlzma -c "$s" | tar -C "$srcdir" -x \
|| return 1;;
*.tar.xz)
unxz -c "$s" | tar -C "$srcdir" -x || return 1;;
*.zip)
unzip "$s" -d "$srcdir" || return 1;;
The note is not visible to the blocked user.