7 lines
58 B
Bash
7 lines
58 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
pam-auth-update --package
|
|
|
|
#DEBHELPER#
|