mirror of
https://github.com/goreleaser/nfpm
synced 2025-04-17 13:47:58 +02:00
* create branch * added rpm pretrans and posttrans scriptlets * update rpmpack dependency * updated acceptance testdata * docs: updated documentation to include %pretrans and %posttrans rpm scripts * cleanup * docs: cleanup
4 lines
41 B
Bash
4 lines
41 B
Bash
#!/bin/bash
|
|
|
|
echo "Pretrans" > /dev/null
|