mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 11:19:32 +03:00
7 lines
57 B
Plaintext
7 lines
57 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
pam-auth-update --package
|
||
|
|
||
|
#DEBHELPER#
|