6 lines
57 B
Bash
Executable file
6 lines
57 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
pam-auth-update --package
|
|
|
|
#DEBHELPER#
|