File: quickplot.postinst

package info (click to toggle)
quickplot 1.0.1~rc-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,520 kB
  • sloc: ansic: 16,758; sh: 11,416; makefile: 337
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