aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/gzip/gzip
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/gzip/gzip')
-rw-r--r--packages/cortexa57-poky-linux/gzip/gzip/latest8
-rw-r--r--packages/cortexa57-poky-linux/gzip/gzip/latest.pkg_postinst5
-rw-r--r--packages/cortexa57-poky-linux/gzip/gzip/latest.pkg_prerm5
3 files changed, 18 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/gzip/gzip/latest b/packages/cortexa57-poky-linux/gzip/gzip/latest
new file mode 100644
index 000000000000..fe03aed904fd
--- /dev/null
+++ b/packages/cortexa57-poky-linux/gzip/gzip/latest
@@ -0,0 +1,8 @@
+PV = 1.12
+PR = r0
+RPROVIDES =
+RDEPENDS = glibc (>= 2.36) update-alternatives-opkg
+RRECOMMENDS =
+PKGSIZE = 169677
+FILES = /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.* /etc /com /var /bin/* /sbin/* /lib/*.so.* /lib/udev /usr/lib/udev /lib/udev /usr/lib/udev /usr/share/gzip /usr/lib/gzip/* /usr/share/pixmaps /usr/share/applications /usr/share/idl /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers
+FILELIST = /bin/gunzip.gzip /bin/gzip.gzip /bin/uncompress /bin/zcat.gzip /usr/bin/gzexe /usr/bin/zcmp /usr/bin/zdiff /usr/bin/zegrep /usr/bin/zfgrep /usr/bin/zforce /usr/bin/zgrep /usr/bin/zmore /usr/bin/znew
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
diff --git a/packages/cortexa57-poky-linux/gzip/gzip/latest.pkg_prerm b/packages/cortexa57-poky-linux/gzip/gzip/latest.pkg_prerm
new file mode 100644
index 000000000000..6e084bb0a5f4
--- /dev/null
+++ b/packages/cortexa57-poky-linux/gzip/gzip/latest.pkg_prerm
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+ update-alternatives --remove gunzip /bin/gunzip.gzip
+ update-alternatives --remove gzip /bin/gzip.gzip
+ update-alternatives --remove zcat /bin/zcat.gzip