diff options
Diffstat (limited to 'linux-image.pkg/postinst')
-rw-r--r-- | linux-image.pkg/postinst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/linux-image.pkg/postinst b/linux-image.pkg/postinst deleted file mode 100644 index 9b615b4..0000000 --- a/linux-image.pkg/postinst +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 |