7 lines
86 B
Text
7 lines
86 B
Text
#/bin/sh
|
|
|
|
if [ "$2" != "DEINSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
mod_install -u libtfmessbsp.so
|