diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-04-20 18:12:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-04-20 18:12:24 +0100 |
commit | 7f0f70126a79ee23c2c7eaf2cc07a85e44714f9a (patch) | |
tree | ba88297263d0a0876bc1927c879a5330c2865ceb | |
parent | 8fb6dc9a8dc3c44c69f579d649ddd0afb36c4cce (diff) |
vasile-kogaion is a stupid name, change it to kvasile...aka vasile Kogaion edition, or, if you like, KDE edition lol
-rwxr-xr-x | kvasile (renamed from vasile-kogaion) | 16 | ||||
-rwxr-xr-x | libkvasile (renamed from libvasile-kogaion) | 0 |
2 files changed, 8 insertions, 8 deletions
@@ -53,21 +53,21 @@ export local isoefibootdir=""$isorootdir"/efi/boot" export local dracutrd="initramfs-genkernel-"$isomainarch"-"$kernelver"" export local dracutcmd="dracut -N -o systemd -o systemd-initrd -o systemd-networkd -o dracut-systemd --force --kver "$kernelver" "/boot/"$dracutrd""" -source /usr/lib/vasile-kogaion/libvasile-kogaion +source /usr/lib/kvasile/libkvasile case $1 in - --buildpkg) source /usr/share/vasile-kogaion/buildpkg + --buildpkg) source /usr/share/kvasile/buildpkg ;; - --buildiso) source /usr/share/vasile-kogaion/buildiso + --buildiso) source /usr/share/kvasile/buildiso ;; - --usermode) source /usr/share/vasile-kogaion/modereset - source /usr/share/vasile-kogaion/usermodeset + --usermode) source /usr/share/kvasile/modereset + source /usr/share/kvasile/usermodeset ;; - --devmode) source /usr/share/vasile-kogaion/modereset - source /usr/share/vasile-kogaion/devmodeset + --devmode) source /usr/share/kvasile/modereset + source /usr/share/kvasile/devmodeset ;; --help) echo -e "" - echo -e "Usage: vasile-kogaion [options]" + echo -e "Usage: kvasile [options]" echo -e "" echo -e "Options:" echo -e "--buildpkg : build package/target in a clean squashed core" diff --git a/libvasile-kogaion b/libkvasile index d187456..d187456 100755 --- a/libvasile-kogaion +++ b/libkvasile |