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