e16-epplets/debian/libepplet0.postinst

8 lines
73 B
Bash

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