File: libgeda3.postinst

package info (click to toggle)
libgeda 19991011-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,184 kB
  • ctags: 1,189
  • sloc: ansic: 12,520; sh: 7,406; makefile: 82
file content (9 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
#! /bin/sh
set -e

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

#DEBHELPER#