summaryrefslogtreecommitdiff
path: root/pcr/h264enc/h264enc.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-01 22:21:00 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-01 22:21:00 -0300
commit888ba65470b25311d05aa55c9f88fb6736ece938 (patch)
tree139490225c3190a6f5728d3756fd17ea9038467b /pcr/h264enc/h264enc.install
parente08edc31359b2fdc2baf4ea9da246c6fac717ab6 (diff)
parentbf725c5b41e91a279bd79c6749b4b8950005d456 (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/h264enc/h264enc.install')
-rw-r--r--pcr/h264enc/h264enc.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcr/h264enc/h264enc.install b/pcr/h264enc/h264enc.install
index 3c17e8130..78d77a65f 100644
--- a/pcr/h264enc/h264enc.install
+++ b/pcr/h264enc/h264enc.install
@@ -6,4 +6,7 @@ post_upgrade() {
if [[ "$2" < "9.4.3" ]]; then
echo "~/.h264enc/config syntax changed since version 9.4.2. Update it by hands.";
fi
+ if [[ "$2" < "9.5.1" ]]; then
+ echo "~/.h264enc/config syntax changed since version 9.5.1. Update it by hands.";
+ fi
}