This commit is contained in:
committer@t470p
2024-11-27 06:04:00 -05:00
parent 4415c4e915
commit e7092cf932

View File

@@ -234,8 +234,8 @@ if [ ${operation} == "uninstall" ] ; then
param_check "${parameter}" "no package name given" param_check "${parameter}" "no package name given"
if [[ "$operation" =~ ^aur:* ]]; then if [[ "$parameter" =~ ^aur:* ]]; then
operation=${operation:4} parameter=${parameter:4}
fi fi
# uninstall program and remove orphans # uninstall program and remove orphans