efl/legacy/ecore/debian/libecore0.postinst

8 lines
74 B
Bash

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