8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
# Automatically added by dh_makeshlibs
|
||
|
if [ "$1" = "configure" ]; then
|
||
|
ldconfig
|
||
|
fi
|
||
|
# End automatically added section
|