|
|
|
|
@ -46,7 +46,6 @@
|
|
|
|
|
#define get_kernel_changelog_command(target) yon_char_unite("find /usr/lib/modules/ -maxdepth 2 -type f -iname \"pkgbase\" -exec grep -il \"",target,"\" {} + | xargs dirname | xargs -I {} cat \"{}/changelog\"", NULL)
|
|
|
|
|
#define get_package_info_command(target) yon_char_append("pacman -Si ",target)
|
|
|
|
|
#define get_package_is_installed_command(target) yon_char_append("pacman -Qq ",target)
|
|
|
|
|
#define get_package_is_updated_command(target) yon_char_append("pacman -Qqu ",target)
|
|
|
|
|
#define pacman_update_command "pacman -Sy"
|
|
|
|
|
|
|
|
|
|
#define install_command(target) yon_char_append("pacman -Sy --noconfirm ",target)
|
|
|
|
|
|