summarylogtreecommitdiffstats
path: root/mbmd.install
blob: 720f47e8761e747e8e9005423bd31fe5c7458917 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

post_install() {
    echo ":: The example configuration has been copied to '/etc/mbmd/mbmd.dist.yaml'"
    echo "   Please copy the file to '/etc/mbmd/mbmd.yaml' and adjust it."
    echo "   Make sure to keep/copy the permissions."

    chgrp mbmd '/etc/mbmd/mbmd.dist.yaml'
}