7 lines
145 B
Bash
Executable file
7 lines
145 B
Bash
Executable file
#!/bin/bash
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
set -e
|
|
set -o nounset
|
|
|
|
rm -f "$OUTPUTDIR"/*.{rpm,deb,pkg.tar} "$OUTPUTDIR"/systemd.raw
|