summaryrefslogtreecommitdiff
path: root/debian/libmariadb3.postinst
blob: 29d3b86f978ef0ee26c9907e766b6caf0185b9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash -e

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0

# vim: ts=4