File: postinst.ftplib

package info (click to toggle)
ftplib 3-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 848 kB
  • ctags: 509
  • sloc: ansic: 1,860; python: 152; makefile: 122; sh: 10
file content (6 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
set -e

if test "$1" = "configure"; then
    ldconfig
fi