enlightenment/debian/e17.postinst

8 lines
74 B
Plaintext
Raw Normal View History

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