mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-18 23:14:12 +01:00
39f5bf392d
* 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
42 B
Bash
4 lines
42 B
Bash
#!/bin/bash
|
|
|
|
echo "Posttrans" > /dev/null
|