summaryrefslogtreecommitdiff
path: root/pcr/h264enc/h264enc.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/h264enc/h264enc.install')
-rw-r--r--pcr/h264enc/h264enc.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/pcr/h264enc/h264enc.install b/pcr/h264enc/h264enc.install
deleted file mode 100644
index 3c17e8130..000000000
--- a/pcr/h264enc/h264enc.install
+++ /dev/null
@@ -1,9 +0,0 @@
-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
-}