Merge pull request #18 from jsavargas/2022.10.05

Fix remove packages on uninstalling plugin
This commit is contained in:
UnRAID_ES 2022-10-06 00:37:58 +02:00 committed by GitHub
commit e2f90c0b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
29 changed files with 9 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -3,8 +3,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "NerdTools">
<!ENTITY author "UnRAIDES">
<!ENTITY version "2022.10.04d">
<!ENTITY md5 "a2f0ab9b2e0ef61d36c41486727ed21e">
<!ENTITY version "2022.10.05">
<!ENTITY md5 "e7e64da9ebf0f9028305bcb8fe11d858">
<!ENTITY launch "Settings/&name;">
<!ENTITY github "UnRAIDES/unRAID-&name;">
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg">
@ -17,10 +17,12 @@
<CHANGES>
##&name;
###2022.10.05
- Fix remove packages on uninstalling plugin
###2022.10.04d
- Fix dependency for mediainfo package
- Add vim-9.0.0623 package
- Add libsodium-1.0.18 package as dependency of vim
- Add vim package
- Add libsodium package as dependency of vim
- Update jdupes to the version 1.21
###2022.10.04c
- Fix a bug with json file
@ -108,6 +110,9 @@ removepkg &plgPATH;/&plgNAME;.txz
rm -rf &emhttp;
rm -f &plgPATH;/&plgNAME;.txz
removepkg /boot/extra/*_nerdtools.txz 1>/dev/null
rm -f /boot/exta/*_nerdtools.txz 1>/dev/null
echo ""
echo "-----------------------------------------------------------"
echo " &name; has been removed."