about summary refs log tree commit diff
path: root/buildtools/debian/postrm
blob: 5f0c15e7334e8ac15ddef199d4840c0200ed4d5f (plain) (blame)
1
2
3
4
5
#!/bin/sh
set -e
if [ "$1" = "remove" ]; then
  ldconfig
fi