blob: cc227a143a54c98be2e97f5dc376ec6b6b0d86d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/bin/sh -e
cat <<EOF
[1mNEWS:[m Carbs Linux now uses its own fork of [1;33mkiss[m.
You can visit <https://github.com/carbslinux/kiss>
to inspect the changes.
[1mNOTE:
[1;33mkiss [mand [1;33mkiss-utils[m packages have
been merged. You can remove kiss-utils if you have
it, and reinstall this package to use the upstream
contrib programs.
EOF
|