File: libbcprov-java.postinst

package info (click to toggle)
bouncycastle 1.80-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 70,892 kB
  • sloc: java: 968,332; sh: 3,509; xml: 2,376; makefile: 22
file content (11 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

set -e

case "$1" in configure)
    if command -v rebuild-security-providers >/dev/null; then
	rebuild-security-providers
    fi
esac

#DEBHELPER#