File: postinst

package info (click to toggle)
libtool 1.0h-5
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,156 kB
  • ctags: 41
  • sloc: sh: 3,619; makefile: 238; ansic: 114
file content (17 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
set -e
#
echo Configuring libtool...

cd /usr/share/libtool
/usr/share/libtool/ltconfig --quiet \
    --srcdir=/usr/share/libtool --with-gcc \
    /usr/share/libtool/ltmain.sh >/dev/null 2>&1
chmod 755 libtool
chown root.root libtool
mv -f libtool /usr/bin/libtool

#
install-info --quiet --section "Development" "Development" \
  --description="Generic library support script." \
  /usr/info/libtool.info.gz