PortValhalla/scripts/Arch/Software/minegrub-theme/main.fish

13 lines
269 B
Fish
Executable file

#!/bin/env fish
begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
inherit "$dir/../../../Common/Software/minegrub-theme/main.fish"
function installSW
yayinst grub-theme-minegrub-git
end
runInstaller $argv
end