efl/legacy/evas/debian/libevas0.postinst

9 lines
75 B
Bash

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