6 lines
131 B
Bash
6 lines
131 B
Bash
#!/bin/bash
|
|
|
|
echo "execute post uninstall script"
|
|
prefix=@CPACK_PACKAGING_INSTALL_PREFIX@
|
|
|
|
rm -rf $prefix/.meta $prefix/log_obshell |