summaryrefslogtreecommitdiff
path: root/pcr/h264enc/h264enc.install
blob: 3c17e81305009dbd4c01e470ba5a0adaa469551c (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "Hint: run 'h264enc -r' after installation of optional packages."
}

post_upgrade() {
  if [[ "$2" < "9.4.3" ]]; then
  echo "~/.h264enc/config syntax changed since version 9.4.2. Update it by hands.";
  fi
}