File: quickplot.postinst

package info (click to toggle)
quickplot 0.10.3-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,464 kB
  • sloc: ansic: 16,640; sh: 11,163; makefile: 395
file content (8 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh
#DEBHELPER#

set -e

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