File: postinst

package info (click to toggle)
tirc 1.2-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,388 kB
  • ctags: 1,909
  • sloc: ansic: 19,264; sh: 2,671; makefile: 222; awk: 14
file content (10 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

update-alternatives --install /usr/bin/irc irc /usr/bin/tirc 10 \
    --slave /usr/share/man/man1/irc.1.gz irc.1 /usr/share/man/man1/tirc.1.gz

if [ -x /usr/bin/update-menus ] ; then
    /usr/bin/update-menus
fi