mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-20 16:57:48 +02:00
* 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
20 lines
385 B
TOML
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
|
|
'''
|