diff --git a/os/linux/ubuntu/flavor/rolling/rhino/rhino-core.txt b/os/linux/ubuntu/flavor/rolling/rhino/rhino-core.txt new file mode 100644 index 000000000..8ef58bd9c --- /dev/null +++ b/os/linux/ubuntu/flavor/rolling/rhino/rhino-core.txt @@ -0,0 +1,24 @@ +name="rhino-core" +url="https://github.com/oklopfer/debs/raw/master/empty.tar.xz" +pacdeps=("unicorn-desktop-git" "rhino-kvantum-theme-git" "rhino-plymouth-theme-git" "rhino-pkg-git" "rhino-neofetch-git" "rhino-system-git") +pkgdesc="Transitional package to provide all core Rhino Linux software" +maintainer="Oren Klopfer " +replace=("rhino-pine-core" "rhino-server-core") +pkgver="2023.3" +pkgrel="2" +style="(mainline)" +branch="devel" +post_install() { + echo "PRETTY_NAME=\"Rhino Linux ${pkgver} ${style}\" +NAME=\"Rhino Linux\" +VERSION_ID=\"${pkgver}\" +VERSION=\"${pkgver} ${style}\" +VERSION_CODENAME=\"${branch}\" +ID=ubuntu +ID_LIKE=debian +HOME_URL=\"https://rhinolinux.org/\" +SUPPORT_URL=\"https://github.com/rhino-linux\" +BUG_REPORT_URL=\"https://github.com/rhino-linux\" +PRIVACY_POLICY_URL=\"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy\" +UBUNTU_CODENAME=\"${branch}\"" | sudo tee /usr/lib/os-release > /dev/null +} diff --git a/os/linux/ubuntu/flavor/rolling/rhinolinux.txt b/os/linux/ubuntu/flavor/rolling/rhino/rhinolinux.txt similarity index 100% rename from os/linux/ubuntu/flavor/rolling/rhinolinux.txt rename to os/linux/ubuntu/flavor/rolling/rhino/rhinolinux.txt