File: quickplot.postinst

package info (click to toggle)
quickplot 1.0.1~rc-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 2,504 kB
  • ctags: 1,276
  • sloc: ansic: 16,758; sh: 11,416; makefile: 389
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