mirror of
https://github.com/systemd/systemd.git
synced 2024-12-21 13:34:21 +03:00
abd6cd1b69
(cherry picked from commit 80d4ea4457
)
8 lines
145 B
Bash
Executable File
8 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
|