File: libmsv1.postinst

package info (click to toggle)
libmsv 1.1.1-4.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,528 kB
  • sloc: sh: 4,267; ansic: 447; makefile: 104
file content (6 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh -e

if [ "$1" = "configure" ]; then
        dpkg-trigger --no-await ldconfig
fi