File: postinst

package info (click to toggle)
mctools-lite 970129-14
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,680 kB
  • ctags: 1,659
  • sloc: ansic: 16,036; sh: 167; makefile: 69
file content (9 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

#DEBHELPER#

# This symlink was left behind by an old version of mctools. Clean up after
# it so ldconfig won't complain.
if [ -L /usr/X11R6/lib/libMcTools.so ]; then
	rm -f /usr/X11R6/lib/libMcTools.so
fi