summaryrefslogtreecommitdiff
path: root/tvision/debian/rhtvision.postrm
blob: 7a49c1df9c4c9622c08505d56865cba1de6a40ef (plain)
1
2
3
4
5
6
#!/bin/sh -e
if [ "$1" = "remove" ]; then
    ldconfig
fi

#DEBHELPER#