From 006a234ba17719e3852f15805bda8ca5b5f3513d Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Mon, 17 Feb 2020 21:13:14 -0800 Subject: [PATCH] Fix config files for aptman and aptyay --- plugins/pacman/pak.cfg | 8 ++++---- plugins/yay/pak.cfg | 9 ++++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/plugins/pacman/pak.cfg b/plugins/pacman/pak.cfg index 2fd0bbd..f300716 100644 --- a/plugins/pacman/pak.cfg +++ b/plugins/pacman/pak.cfg @@ -1,12 +1,12 @@ # Write the name of the package manager in all lowercase below -pacwrap +aptman # Write a comma separated list of commands from the manager below -install,remove,upgrade,update,clean,search,filesearch +install,remove,upgrade,update,autoremove,search,filesearch,list # Write "yes" or "no" depending on whether you want to use sudo yes # Write command to use for root sudo # Write a comma separated list of shortcuts below -rm +rm,arm,ls # Write a comma separated list of shortcut mappings from the manager below -remove +remove,autoremove,list diff --git a/plugins/yay/pak.cfg b/plugins/yay/pak.cfg index 10a3a17..d1391f8 100644 --- a/plugins/yay/pak.cfg +++ b/plugins/yay/pak.cfg @@ -1,13 +1,12 @@ # Write the name of the package manager in all lowercase below -yaywrap +aptyay # Write a comma separated list of commands from the manager below -install,remove,upgrade,update,clean,search,filesearch,interactive +install,remove,upgrade,update,autoremove,search,filesearch,list,interactive # Write "yes" or "no" depending on whether you want to use sudo no # Write command to use for root sudo # Write a comma separated list of shortcuts below -rm +rm,arm,ls,int # Write a comma separated list of shortcut mappings from the manager below -remove - +remove,autoremove,list,interactive