File: libtool.prerm

package info (click to toggle)
libtool 1.4.2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,304 kB
  • ctags: 831
  • sloc: sh: 8,394; ansic: 3,706; makefile: 415
file content (10 lines) | stat: -rw-r--r-- 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

# Remove the links to the config.{guess,sub} scripts found in the
# autotools-dev package that were created by the libtool.postinst
# script.
cd /usr/share/libtool; rm config.guess config.sub

#DEBHELPER#