Yan Kabuki 07e5e43489 Migrate pam-config package to Debian
Modified pam-config package to add support to Debian packaging.

Test Plan:

PASS: Package installed and ISO built sucessfully
PASS: Package files were copied with right permissions

Story: 2009256
Task: 43544

Signed-off-by: Yan Kabuki <Yan.HiroakiKabuki@windriver.com>
Change-Id: I1bc1704f795a9ca477aee479c83074bbbdf10a42
2021-11-25 09:35:09 -03:00

9 lines
145 B
Bash

#!/bin/sh
set -e
cp /usr/share/starlingx/system-auth.pamd /etc/pam.d/system-auth
cp /usr/share/starlingx/sshd.pam /etc/pam.d/sshd
#DEBHELPER#