|
|
|
@ -17,7 +17,7 @@
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#include "ubl-strings.h"
|
|
|
|
#include "ubl-strings.h"
|
|
|
|
|
|
|
|
|
|
|
|
#define WIKI_LINK "https://wiki.ublinux.ru/ru/Программное_обеспечение/Программы_и_утилиты/Все/ubl-settings-TEMPLATE"
|
|
|
|
#define WIKI_LINK "https://wiki.ublinux.ru/ru/Программное_обеспечение/Программы_и_утилиты/Все/ubl-settings-kernel"
|
|
|
|
|
|
|
|
|
|
|
|
#define _(String) gettext(String)
|
|
|
|
#define _(String) gettext(String)
|
|
|
|
|
|
|
|
|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
#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_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_info_command(target) yon_char_append("pacman -Si ",target)
|
|
|
|
#define get_package_is_installed_command(target) yon_char_append("pacman -Qqs ",target)
|
|
|
|
#define get_package_is_installed_command(target) yon_char_append("pacman -Qq ",target)
|
|
|
|
|
|
|
|
|
|
|
|
#define install_command(target) yon_char_append("pacman -S --noconfirm ",target)
|
|
|
|
#define install_command(target) yon_char_append("pacman -S --noconfirm ",target)
|
|
|
|
#define remove_command(target) yon_char_append("pacman -R --noconfirm ",target)
|
|
|
|
#define remove_command(target) yon_char_append("pacman -R --noconfirm ",target)
|
|
|
|
|