mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03:00
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
rm -f "$OUTPUTDIR"/*.{rpm,deb,pkg.tar}
|