diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-01-04 17:59:27 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-01-04 17:59:27 +0300 |
commit | 349ff31252099434c3b1838b3079350621602aad (patch) | |
tree | 9f47836e7503cc0bfc694ba278304ea2c5a6cef0 | |
parent | da0d2aeb6767d855e4959621b2e67a8d5d733eb4 (diff) | |
download | bind9-349ff31252099434c3b1838b3079350621602aad.tar.gz |
Added debian/bind9.preinst.illumos
-rw-r--r-- | debian/bind9.preinst.illumos | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/bind9.preinst.illumos b/debian/bind9.preinst.illumos new file mode 100644 index 00000000..b7ec5041 --- /dev/null +++ b/debian/bind9.preinst.illumos @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +exit 0 |