File: not-used.libctl6.postinst

package info (click to toggle)
libctl 4.5.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 952 kB
  • sloc: ansic: 6,914; lisp: 2,343; makefile: 153; sh: 150
file content (11 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
   ldconfig
fi

#DEBHELPER#

exit 0