updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / nxengine / nxengine.install
blob993af0b7e83df3e27169e36de0f48b94219fd017
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
6 post_install() {
7     echo ">>> PACKAGES NOTES"
8     echo ">>> --------------"
9     echo ">>> The game files are in the correct directories and can be extracted"
10     echo ">>> --------------"
11     echo ">>> In order to extract files for all users, goto"
12     echo ">>> /usr/share/nxengine/ and run ./nx"
13     echo ">>> as root in an X environment"
16 # vim:set ts=2 sw=2 et: