aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/gzip/gzip/latest.pkg_postinst
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/gzip/gzip/latest.pkg_postinst')
-rw-r--r--packages/cortexa57-poky-linux/gzip/gzip/latest.pkg_postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/gzip/gzip/latest.pkg_postinst b/packages/cortexa57-poky-linux/gzip/gzip/latest.pkg_postinst
new file mode 100644
index 000000000000..2505f53aca73
--- /dev/null
+++ b/packages/cortexa57-poky-linux/gzip/gzip/latest.pkg_postinst
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+ update-alternatives --install /bin/gunzip gunzip /bin/gunzip.gzip 100
+ update-alternatives --install /bin/gzip gzip /bin/gzip.gzip 100
+ update-alternatives --install /bin/zcat zcat /bin/zcat.gzip 100