el-sql.squirrelsql-other-installer.3.5.0.source-code.postremove.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of squirrelsql-other-installer Show documentation
Show all versions of squirrelsql-other-installer Show documentation
This project is used to build the generic installer
The newest version!
#! /bin/bash
if [ "$RPM_INSTALL_PREFIX" != "" ]; then
rm -rf $RPM_INSTALL_PREFIX/SQuirreLSQLClient
else
rm -rf /opt/SQuirreLSQLClient
fi