summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian/unit.postinst
blob: 76375a2b5492bd9dd42bdbfc30a25131baf1e85c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                
#!/bin/sh

set -e

if [ "$1" != "configure" ]; then
    exit 0
fi

#DEBHELPER#

exit 0