RetroZilla/build/package/debian/libnspr3.postinst

7 lines
65 B
Plaintext
Raw Normal View History

2015-10-21 05:03:22 +02:00
#! /bin/sh
set -e
if [ "$1" = "configure" ]; then
ldconfig
fi