ACCC1380 commited on
Commit
1dc04ef
1 Parent(s): e9e37ad

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

Browse files
var/lib/dpkg/info/libpam-modules:amd64.preinst ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+
3
+ set -e
4
+
5
+ . /usr/share/debconf/confmodule
6
+
7
+ if dpkg --compare-versions "$2" lt-nl 1.3.1-2; then
8
+ db_version 2.0
9
+
10
+ if pidof xscreensaver xlockmore >/dev/null; then
11
+ db_input critical libpam-modules/disable-screensaver || true
12
+ db_go || true
13
+ fi
14
+ fi
15
+
16
+