File: libmalaga7.postinst

package info (click to toggle)
malaga 7.12-7.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,044 kB
  • sloc: ansic: 21,457; sh: 8,168; lisp: 504; makefile: 270
file content (6 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
  ldconfig
fi
#DEBHELPER#