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