Skip to content

Commit

Permalink
Adjust dpkg-conf and Makefile following 3c28fc0
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
  • Loading branch information
Rem01Gaming committed May 14, 2024
1 parent 3c28fc0 commit c25b3e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,22 @@ all:
@echo "make pack-deb : Build deb package"

install:
cp ./src/origami-kernel $(PREFIX)/bin/origami-kernel
cp ./src/origami-kernel $(PREFIX)/bin
cp ./src/origami-sudo $(PREFIX)/bin
mkdir $(PREFIX)/share/origami-kernel
cp -r ./share/* $(PREFIX)/share/origami-kernel
chmod +x $(PREFIX)/bin/origami-kernel
chmod +x $(PREFIX)/bin/origami-sudo
@printf "\033[1;38;2;254;228;208m .^. .^.\n"
@printf " /⋀\\_ノ_/⋀\\ \n"
@printf " /ノソノ\\ノソ丶)|\n"
@printf " |ルリリ >  )リ\n"
@printf " ノノ㇏ V ノ|ノ\n"
@printf " ⠁⠁\n"
@printf "\033[1;38;2;254;228;208m[+] origami-kernel installed, run with sudo origami-kernel\033[0m\n"
@printf "\033[1;38;2;254;228;208m[+] origami-kernel installed, run with origami-kernel\033[0m\n"

uninstall:
rm -f $(PREFIX)/bin/origami-kernel
rm -f $(PREFIX)/bin/origami-kernel $(PREFIX)/bin/origami-sudo
rm -rf $(PREFIX)/share/origami-kernel
@printf "\033[1;38;2;254;228;208m[+] origami-kernel uninstalled\033[0m\n"

Expand Down
2 changes: 1 addition & 1 deletion dpkg-conf/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ printf " /ノソノ\\ノソ丶)|\n"
printf " |ルリリ >  )リ\n"
printf " ノノ㇏ V ノ|ノ\n"
printf " ⠁⠁\n"
printf "\033[1;38;2;254;228;208m[+] origami-kernel installed, run with sudo origami-kernel\033[0m\n"
printf "\033[1;38;2;254;228;208m[+] origami-kernel installed, run with origami-kernel\033[0m\n"

0 comments on commit c25b3e0

Please sign in to comment.