initial commit
[glibc.git] / debian / debhelper.in / libc-otherbuild.postinst
1 #!/bin/sh
2
3 set -e
4
5 if [ "$1" = "configure" ]
6 then
7 # /etc/ld.so.nohwcap code:
8 __NOHWCAP__
9 fi
10
11 #DEBHELPER#
12
13 exit 0