fix uninstaller for variants (Mixbus32C vs Mixbus)
This commit is contained in:
parent
d5cc04d57b
commit
b8442f8acd
@ -508,7 +508,7 @@ MENU_FILE_PATH="${INSTALL_DEST_BASE}/${PGM_FULL_NAME}/share"
|
|||||||
################################
|
################################
|
||||||
|
|
||||||
# uninstall any older versions
|
# uninstall any older versions
|
||||||
UNINSTALLERS=$(find ${INSTALL_DEST_BASE} -maxdepth 1 -type f -name "${PGM_NAME}*.uninstall.sh")
|
UNINSTALLERS=$(find ${INSTALL_DEST_BASE} -maxdepth 1 -type f -name "${PGM_NAME}-*.uninstall.sh")
|
||||||
if [ ! -z "$UNINSTALLERS" ];
|
if [ ! -z "$UNINSTALLERS" ];
|
||||||
then
|
then
|
||||||
for i in $UNINSTALLERS; do
|
for i in $UNINSTALLERS; do
|
||||||
|
Loading…
Reference in New Issue
Block a user