h264enc.install 354 B

12345678910111213
  1. post_install() {
  2. echo "Hint: run 'h264enc -r' after installation of optional packages."
  3. }
  4. post_upgrade() {
  5. if [[ "$2" < "9.4.3" ]]; then
  6. echo "~/.h264enc/config syntax changed since version 9.4.2. Update it by hands.";
  7. fi
  8. if [[ "$2" < "9.5.1" ]]; then
  9. echo "~/.h264enc/config syntax changed since version 9.5.1. Update it by hands.";
  10. fi
  11. }