summarylogtreecommitdiffstats
path: root/slump.install
blob: 78fc37c4aab1729cd5475e9e4e71a82054b06257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
cat << EOF
>>> The WADs generated by Slump need to be processed
>>> by a node builder like BSP or ZenNode to be playable
EOF
}

post_upgrade() {
  post_install $1
}

op=$1
shift

$op "$@"