nDPI/packages/ubuntu/debian/postrm
2018-11-19 11:16:28 +01:00

7 lines
45 B
Bash

#!/bin/sh -e
set -e
/sbin/ldconfig
exit 0