clean debian/rules a bit

This commit is contained in:
Radovan Garabík 2021-07-06 20:10:15 +02:00
parent 64c1ba6a0d
commit db55a51206
2 changed files with 12 additions and 6 deletions

12
debian/rules vendored
View File

@ -37,18 +37,18 @@ binary-indep: build install
dh_testroot
# dh_installdebconf
dh_installdocs
dh_installexamples
dh_installmenu
# dh_installexamples
# dh_installmenu
# dh_installemacsen
# dh_installpam
# dh_installinit
dh_installcron
dh_installinit
# dh_installcron
dh_installman grc.1 grcat.1
dh_installinfo
# dh_installinfo
# dh_undocumented
dh_installchangelogs
dh_link
dh_strip
# dh_strip
dh_compress
dh_fixperms
# You may want to make some executables suid here.

6
grc.sh
View File

@ -1,3 +1,9 @@
# aliases for grc(1)
[ -f /etc/default/grc ] && . /etc/default/grc
[ x$GRC_ALIASES = xtrue ] || exit 0
GRC="$(which grc)"
if tty -s && [ -n "$TERM" ] && [ "$TERM" != dumb ] && [ -n "$GRC" ]; then
alias colourify="$GRC -es"