diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-23 15:05:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-23 15:05:56 +0300 |
commit | 8d34ce0f1e533578dd45e7f5e5be3d1176b122a6 (patch) | |
tree | 2b05dfe2ecc6efb1bca11fbe8eb67c85d0aa5cd4 /cem/kiss/post-install | |
parent | 2e2fdbb805c2317cc5ff676010cadb009848dab0 (diff) | |
download | repository-8d34ce0f1e533578dd45e7f5e5be3d1176b122a6.tar.gz |
kiss: add new package at 1.9.0-7 to cem
Diffstat (limited to 'cem/kiss/post-install')
-rwxr-xr-x | cem/kiss/post-install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cem/kiss/post-install b/cem/kiss/post-install new file mode 100755 index 0000000..c99a9c1 --- /dev/null +++ b/cem/kiss/post-install @@ -0,0 +1,12 @@ +#!/bin/sh -e + +cat <<EOF + + [1mIMPORTANT:[m + + Please keep in mind that this is a fork of KISS + and not the original upstream (although this is + not a huge alteration from it). Send your issues + to me <cem at ckyln dot com>. + +EOF |