initial version
[lwes-erlang.git] / fw-pkgin / post-install
blob39d1594a3d5f777401d65beea68e994ba2654e39
1 #! /bin/sh
3 set -e
5 #---------------------------------------------------------------------
6 # post-install
7 #
8 # Executed after the package is installed.
10 # http://code.google.com/p/fwtemplates/wiki/PackageHooks
11 #---------------------------------------------------------------------
13 case "$1" in
14 configure)
15 # most recently configured version is $2 (possibly empty string)
19 esac
21 exit 0