mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -o nounset
|
|
|
|
rm -f "$OUTPUTDIR"/*.{rpm,deb,pkg.tar} "$OUTPUTDIR"/systemd.raw
|