efl/legacy/ecore/debian/libecore0.postinst

8 lines
74 B
Plaintext
Raw Normal View History

2000-12-24 07:37:19 -08:00
#!/bin/sh -e
if test "$1" = "configure"; then
ldconfig
fi
#DEBHELPER#