diff options
Diffstat (limited to 'debian/libmysqlclientSLIBoff.postinst.in')
-rw-r--r-- | debian/libmysqlclientSLIBoff.postinst.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/libmysqlclientSLIBoff.postinst.in b/debian/libmysqlclientSLIBoff.postinst.in new file mode 100644 index 00000000000..29d3b86f978 --- /dev/null +++ b/debian/libmysqlclientSLIBoff.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 + + |