2 # The script is run right before files are extracted. One argument is passed: new package version.
3 rm -r GNUmed-v* # old cleanup
4 rm -f GNUmed-server.latest.tgz # old cleanup
6 rm -f gnumed-server.latest.tgz
9 # The script is run right after files are extracted. One argument is passed: new package version.
12 # The script is run right before files are extracted. Two arguments are passed in the following order: new package version, old package version.
16 # The script is run after files are extracted. Two arguments are passed in the following order: new package version, old package version.
19 # The script is run right before files are removed. One argument is passed: old package version.
22 # The script is run right after files are removed. One argument is passed: old package version.