File: knxd.preinst

package info (click to toggle)
knxd 0.14.30-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,644 kB
  • sloc: cpp: 21,518; ansic: 4,859; pascal: 3,728; makefile: 514; sh: 253; ruby: 132; java: 65; python: 40; xml: 15
file content (10 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

if test -f /usr/local/lib/libeibclient.so.0 ; then
    echo "*** You have old eibd libraries lying around in /usr/local/lib." >&2
    echo "*** Remove them before installing knxd." >&2
    exit 1
fi

#DEBHELPER#