diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-02 18:13:57 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-02 18:13:57 +0200 |
commit | cf571ca6c722d3d2b0c359dddf835a3f406b194b (patch) | |
tree | 4be4d38d93d9bd7ccb5501598f4b8e7b4f364167 /debian/libpam-radius-auth.postinst | |
parent | defad29d4ce43f1be5e05fba902fc31f6aafa5f2 (diff) | |
download | libpam-radius-auth-cf571ca6c722d3d2b0c359dddf835a3f406b194b.tar.gz libpam-radius-auth-cf571ca6c722d3d2b0c359dddf835a3f406b194b.zip |
Update package to 1.5.0-cl3u7
Diffstat (limited to 'debian/libpam-radius-auth.postinst')
-rw-r--r-- | debian/libpam-radius-auth.postinst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/libpam-radius-auth.postinst b/debian/libpam-radius-auth.postinst new file mode 100644 index 0000000..de079ad --- /dev/null +++ b/debian/libpam-radius-auth.postinst @@ -0,0 +1,9 @@ +#! /bin/sh + +set -e + +# needed for install, upgrade, remove, and purge, including aborts +pam-auth-update --package + +#DEBHELPER# + |