RetroZilla/build/package/debian/libnspr3.postinst
2015-10-20 23:03:22 -04:00

7 lines
65 B
Bash

#! /bin/sh
set -e
if [ "$1" = "configure" ]; then
ldconfig
fi