File: libaudio2.postinst

package info (click to toggle)
nas 1.9.3-5wheezy1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 7,988 kB
  • sloc: ansic: 52,102; makefile: 32,089; sh: 6,961; perl: 1,104; yacc: 249; cpp: 216; lex: 68
file content (8 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

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