aboutsummaryrefslogtreecommitdiff
path: root/core/kiss/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-09 17:03:01 +0300
committerCem Keylan <cem@ckyln.com>2021-02-09 17:03:01 +0300
commitfe7df1b860bd5cb9de086f0abe17d7774f4b6df0 (patch)
treeceea2dc398b3592bd0efc75baf4844766ad92dd7 /core/kiss/build
parent4ffd98335e6e3004f497dc2b6dd151605f9770f2 (diff)
downloadrepository-fe7df1b860bd5cb9de086f0abe17d7774f4b6df0.tar.gz
kiss: it goodbye
Diffstat (limited to 'core/kiss/build')
-rwxr-xr-xcore/kiss/build10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/kiss/build b/core/kiss/build
deleted file mode 100755
index e584bd49..00000000
--- a/core/kiss/build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-install -Dm755 kiss_path.sh "$1/etc/profile.d/kiss_path.sh"
-make PREFIX=/usr DESTDIR="$1" install
-
-printf '\033[1m%s\033[m\n' "" \
- "IMPORTANT" ""\
- " Post installation will update to the latest version of the package manager: CPT" \
- " This will automatically replace your /var/db/kiss directory to /var/db/cpt." \
- " Please do NOT create the /var/db/cpt directory by yourself. The update will handle this." ""