From 0b699eb08e3a0e93c1a4ceea29876449894037c4 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Fri, 16 Jul 2021 22:31:10 +0200 Subject: [PATCH] Revert "add grub and zstd packages" This reverts commit 357ffbc80a3ab19eef06a7453016879f0f0a4dc3. ok --- aps/build | 12 ++++++++++++ aps/package | 5 +++++ bash/payload/etc/bash.bashrc | 1 - 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100755 aps/build create mode 100755 aps/package delete mode 100644 bash/payload/etc/bash.bashrc diff --git a/aps/build b/aps/build new file mode 100755 index 0000000..24c93cd --- /dev/null +++ b/aps/build @@ -0,0 +1,12 @@ +mkdir spkg +cd spkg +wget https://git.hippoz.xyz/alnux/aps/raw/branch/master/aps + +sed -n -e 1p -e 2p -e 3p -e 4p -e 5p $1/bin/aps > config.tmp +. config.tmp +sed -i 's/^temp_location./temp_location="${temp_location}"/' aps +sed -i 's/^install_root./install_root="${install_root}"/' aps +sed -i 's/^installed_pkg_database./installed_pkg_database="${installed_pkg_database}"/' aps +sed -i 's/^locpkg_database./locpkg_database="${locpkg_database}"' aps + +install -Dm755 aps $1/bin/aps diff --git a/aps/package b/aps/package new file mode 100755 index 0000000..217ac8a --- /dev/null +++ b/aps/package @@ -0,0 +1,5 @@ +pkg_config_deploy=true +pkg_config_ver="0.0.2" +pkg_config_name="aps" +pkg_config_makedepends="" +pkg_config_depends="" diff --git a/bash/payload/etc/bash.bashrc b/bash/payload/etc/bash.bashrc deleted file mode 100644 index 1ce3979..0000000 --- a/bash/payload/etc/bash.bashrc +++ /dev/null @@ -1 +0,0 @@ -PS1="($(whoami) on Alnux, working dir: $(pwd))"%\#%_