summarylogtreecommitdiffstats
path: root/mumudvb.install
blob: 1e5dfc092a1150708295694b699fcd75865d49c9 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "==="
  echo "=== The user running mumudvb"
  echo "=== should be in the video group."
  echo "==="
}

post_upgrade() {
  post_install $1
}