From 5dd1f6569d45a01be63ce85ae0b86cffcbae88f1 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Sat, 07 Nov 2020 04:25:32 -0500
Subject: Version package names

Diffstat with similarity index set to 24%:

     basever.mk                                                            |  1 +
     build                                                                 | 25 +++++++++++++------------
     changelog                                                             |  4 +++-
     {linux-common.pkg => linux-common-4.19.pkg}/control                   |  5 +++--
     {linux-common.pkg => linux-common-4.19.pkg}/docs                      |  0
     {linux-image.pkg => linux-image-4.19.pkg}/control                     |  6 +++---
     {linux-image.pkg => linux-image-4.19.pkg}/postinst                    |  0
     {linux-image.pkg => linux-image-4.19.pkg}/postrm                      |  0
     {linux-image.pkg => linux-image-4.19.pkg}/preinst                     |  0
     {linux-image.pkg => linux-image-4.19.pkg}/prerm                       |  0
     {linux-libc-dev.pkg => linux-libc-dev-4.19.pkg}/control               |  4 ++--
     {linux-libc-dev-common.pkg => linux-libc-dev-common-4.19.pkg}/control |  2 +-
     {linux-sysmap.pkg => linux-sysmap-4.19.pkg}/control                   |  7 ++++---
     setver                                                                | 17 +++++++++++++++++
     substvars                                                             |  1 +
     15 files changed, 48 insertions(+), 24 deletions(-)
---
(limited to 'linux-image-4.19.pkg/postinst')

diff --git a/linux-image-4.19.pkg/postinst b/linux-image-4.19.pkg/postinst
new file mode 100644
index 0000000..9b615b4
--- /dev/null
+++ b/linux-image-4.19.pkg/postinst
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+first=true
+for arg in "${@}"; do
+	if ${first}; then
+		set --
+		first=false
+	fi
+	set -- "${@}" -a "${arg}"
+done
+
+run-parts "${@}" /etc/kernel/postinst.d
--
cgit v0.9.1