File: postinst

package info (click to toggle)
libgdiplus 6.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,312 kB
  • sloc: ansic: 78,330; sh: 4,236; makefile: 477
file content (8 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

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

#DEBHELPER#