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