diff --git a/dev.unraid-rip.plg b/dev.unraid-rip.plg index 3da1c75..54bf859 100644 --- a/dev.unraid-rip.plg +++ b/dev.unraid-rip.plg @@ -3,7 +3,7 @@ - + @@ -18,7 +18,7 @@ ### 2022-05-06 -- Initial release - rip v0.13.1 +- Initial release - rip 0.13.1 diff --git a/unraid-rip.plg b/unraid-rip.plg new file mode 100644 index 0000000..1147be8 --- /dev/null +++ b/unraid-rip.plg @@ -0,0 +1,72 @@ + + + + + + + + + + + +]> + + + + +### 2022-05-06 + +- Initial release - rip 0.13.1 + + + + + + +file=$(/usr/bin/ls /boot/config/plugins/&name;/&name;*.txz | grep -v '&version;') +if [ ! -z "$file" ] +then + filename=$(basename -- $file) + previous="${filename%.*}" + echo "previous version ${previous} found - uninstalling" + removepkg $previous + rm -f $file +else + echo "no previous version found - first time install" +fi + + + + +&releaseURL; +&md5; + + + + +**rip** + +rip is a command-line deletion tool focused on safety, ergonomics, and performance. It favors a simple interface, and does not implement the xdg-trash spec or attempt to achieve the same goals. + +Deleted files get sent to the graveyard (`/tmp/graveyard-$USER` by default, see notes on changing this) under their absolute path, giving you a chance to recover them. No data is overwritten. If files that share the same path are deleted, they will be renamed as numbered backups. + +For more information see the [rip repository](https://github.com/nivekuil/rip). + + + + + +echo "*** Removing rip ***" + +# Remove plugin related files +removepkg &name;-&version; + +rm -rf &emhttp; +rm -rf &plugin; + +echo +echo "*** Successfully removed rip ***" + + + diff --git a/unraid-rip.png b/unraid-rip.png deleted file mode 100644 index 8b22125..0000000 Binary files a/unraid-rip.png and /dev/null differ