diff options
author | tsmith@siva.hindu.god <> | 2007-04-18 14:50:32 -0600 |
---|---|---|
committer | tsmith@siva.hindu.god <> | 2007-04-18 14:50:32 -0600 |
commit | 39496731a20accc694260ff5d156b49914b5c24d (patch) | |
tree | 58740e92430fa18bd25f051d28dea0f953b33fca /debian/libndbclientNLIB.postinst.in | |
parent | 82e4afb89f958eb86a991ff8194e28c38fec3df5 (diff) | |
parent | 587cc24f7142bb641b60f2bcde17e0bc7c1597c3 (diff) | |
download | mariadb-git-39496731a20accc694260ff5d156b49914b5c24d.tar.gz |
Merge siva.hindu.god:/home/tsmith/m/bk/50
into siva.hindu.god:/home/tsmith/m/bk/maint/50
Diffstat (limited to 'debian/libndbclientNLIB.postinst.in')
-rw-r--r-- | debian/libndbclientNLIB.postinst.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/libndbclientNLIB.postinst.in b/debian/libndbclientNLIB.postinst.in new file mode 100644 index 00000000000..29d3b86f978 --- /dev/null +++ b/debian/libndbclientNLIB.postinst.in @@ -0,0 +1,12 @@ +#!/bin/bash -e + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + +# vim: ts=4 + + |