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