Files
NLnetLabs-dnst/pkg/rpm/scriptlets.toml
T
Jannik PetersandGitHub 9c1d36a3af Separate ldns replacement package (#145)
* Move ldns obsoletion to separate package

* Remove proposed channel from pkg-test

The packages published in proposed are so outdated, they fail pkg-test
anyway.

* Remove EOL versions from build targets

* Update Dockerfile base image to alpine 2.23

* Remove systemd macros from scriptlets

* Change version to 0.2.0-alpha1
2026-03-05 13:11:30 +01:00

20 lines
385 B
TOML

post_trans_script = '''
#!/bin/bash -e
# FORCE=
# See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_syntax
# if [ $1 -eq 2 ]; then
# # Upgrade
# FORCE=-f
# fi
'''
post_uninstall_script = '''
#!/bin/bash -e
# See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_syntax
# if [ $1 -eq 0 ] ; then
# # Uninstallation
# fi
'''