8 lines
69 B
Bash
8 lines
69 B
Bash
#!/bin/sh -e
|
|
|
|
if [ "$1" = "remove" ]; then
|
|
ldconfig
|
|
fi
|
|
|
|
#DEBHELPER#
|