File: epic4-script-light.postinst

package info (click to toggle)
epic4-script-light 1%3A2.8.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 764 kB
  • ctags: 1
  • sloc: makefile: 35; sh: 7
file content (15 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

update-alternatives --install /etc/epic4/default.irc epic4-default.irc \
	/usr/share/epic4/script/light.irc 20

# This is necessary because some of these files might be hanging around from 
# the 2.8.0pre series which should never have been distributed :)

# There are different versions of these in the 2.7.30 series, but they should be
# in /usr/share/doc anyway, so I will just remove them
rm -f /usr/share/epic4/script/Light/README
rm -f /usr/share/epic4/script/Light/CHANGELOG
rm -f /usr/share/epic4/script/Light/LICENSE

#DEBHELPER#