enlightenment/debian/e17.postinst

8 lines
74 B
Bash

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