debian hackers for contributing these. git-svn-id: svn://10.0.0.236/trunk@42432 18797224-902f-48f8-a5cc-f745e15eee43
7 lines
65 B
Bash
7 lines
65 B
Bash
#! /bin/sh
|
|
set -e
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
ldconfig
|
|
fi
|