Open Source / Free Software developer
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh set -e # call ldconfig to signal the removal of our NSS library if [ "$1" = "remove" ] then ldconfig fi #DEBHELPER#