We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a89a5 commit ad7794fCopy full SHA for ad7794f
nfpm.yaml
@@ -106,3 +106,6 @@ contents:
106
- src: ./dist/localproxy-linux-${ARCH}/usr/local/bin/localproxy
107
dst: /usr/bin/localproxy
108
expand: true
109
+
110
+scripts:
111
+ postinstall: ./postinst
postinst
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+/usr/sbin/update-ca-certificates --fresh || true
0 commit comments