diff options
Diffstat (limited to 'scripts/postinst-intercepts/postinst_intercept')
-rwxr-xr-x | scripts/postinst-intercepts/postinst_intercept | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/postinst-intercepts/postinst_intercept b/scripts/postinst-intercepts/postinst_intercept index b18e806d43..b91974c885 100755 --- a/scripts/postinst-intercepts/postinst_intercept +++ b/scripts/postinst-intercepts/postinst_intercept | |||
@@ -1,5 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # | 2 | # |
3 | # SPDX-License-Identifier: MIT | ||
4 | # | ||
3 | # This script is called from inside postinstall scriptlets at do_rootfs time. It | 5 | # This script is called from inside postinstall scriptlets at do_rootfs time. It |
4 | # actually adds, at the end, the list of packages for which the intercept script | 6 | # actually adds, at the end, the list of packages for which the intercept script |
5 | # is valid. Also, if one wants to pass any variables to the intercept script from | 7 | # is valid. Also, if one wants to pass any variables to the intercept script from |