pre_update.sh package scripts will now be included in bpm files

This commit is contained in:
EnumDev 2024-10-08 10:08:48 +03:00
parent efb904fa37
commit 9372acba3f

View File

@ -61,6 +61,10 @@ else
echo "post_install.sh file found"
toCompress+=("post_install.sh")
fi
if [ -f pre_remove.sh ]; then
echo "pre_remove.sh file found"
toCompress+=("pre_remove.sh")
fi
if [ -f post_remove.sh ]; then
echo "post_remove.sh file found"
toCompress+=("post_remove.sh")