mirror of
https://github.com/systemd/systemd.git
synced 2025-01-05 13:18:06 +03:00
5524d2838c
This allows the built packages to be inspected if needed, or installed on the host system for anyone who's daring enough to do so.
5 lines
59 B
Bash
Executable File
5 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
rm -f "$OUTPUTDIR"/*.{rpm,deb,pkg.tar}
|