From: server <server1@server1.server1>
Date: Tue, 21 Jan 2025 20:48:08 +0000 (-0500)
Subject: Tue Jan 21 03:48:08 PM EST 2025
X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=2f0dd5affbdbd0b68fff90dd2ebe9fcd91e79434;p=CryptoFoleo.git

Tue Jan 21 03:48:08 PM EST 2025
---

diff --git a/build.sh b/build.sh
index 9024d94..c4c7daa 100755
--- a/build.sh
+++ b/build.sh
@@ -17,7 +17,7 @@ then
 	sudo cp bin/libCryptoFoleo.so /usr/local/lib/
 	export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
 	sudo ldconfig
-elif [ "$1" == "uninstall" ]
+elif [ "$1" == "uninstall" ] || [ "$1" == "remove" ]
 then
 	set -x -e
 	sudo rm /usr/local/include/CryptoFoleo.h /usr/local/lib/libCryptoFoleo.so