mirror of
https://github.com/systemd/systemd.git
synced 2024-12-31 21:18:09 +03:00
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
rm -f "$OUTPUTDIR"/*.{rpm,deb,pkg.tar}
|