ACCC1380 commited on
Commit
7f0006d
1 Parent(s): 7a8b666

Upload var/lib/dpkg/info/libpam-modules:amd64.postrm with huggingface_hub

Browse files
var/lib/dpkg/info/libpam-modules:amd64.postrm ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ set -e
3
+ # Automatically added by dh_installdebconf/12.10ubuntu1
4
+ if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
5
+ . /usr/share/debconf/confmodule
6
+ db_purge
7
+ fi
8
+ # End automatically added section