X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=debian%2Ftinyos-tools.postinst;fp=debian%2Ftinyos-tools.postinst;h=6c78b0241f3be3d91cc23155853133f500449721;hb=607e03787fa81133bd75a13028eda5a0bc526906;hp=0000000000000000000000000000000000000000;hpb=bac1ec88e5a2121f2301693b2b7132f9e62c4cae;p=tinyos-2.x.git diff --git a/debian/tinyos-tools.postinst b/debian/tinyos-tools.postinst new file mode 100644 index 00000000..6c78b024 --- /dev/null +++ b/debian/tinyos-tools.postinst @@ -0,0 +1,7 @@ +#! /bin/sh + +set -e + +if [ "$1" = "configure" ]; then + sudo tos-install-jni +fi