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.
2 parents 66a89a5 + 33db27b commit 6dfd2f2Copy full SHA for 6dfd2f2
debian/post-install
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+/usr/sbin/update-ca-certificates --fresh || true
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: ./debian/post-install
0 commit comments