1 # This is a default template for a post-install scriptlet.
2 # Uncomment only required functions and remove any functions
3 # you don't need (and this header).
5 ## arg 1: the new package version
7 /bin/true # do something here
10 ## arg 1: the new package version
12 echo ":: Skulltag looks for IWADs (e.g. doom2.wad) in
14 echo ":: Without timidity, run with arguments"
15 echo -e "::\tskulltag -nomusic +snd_output alsa"
19 ## arg 1: the new package version
20 ## arg 2: the old package version
26 ## arg 1: the new package version
27 ## arg 2: the old package version
33 ## arg 1: the old package version
38 ## arg 1: the old package version
43 # vim:set ts=2 sw=2 et: