ultimatepp/uppbox/lpbuild/prerm
cxl 9d1f1f2d64 uppbox: lpbuild
git-svn-id: svn://ultimatepp.org/upp/trunk@2074 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-15 10:53:55 +00:00

8 lines
110 B
Bash

#!/bin/bash
# remove GCC*.bm files
set -e
if [ -e /usr/share/upp/GCC.bm ]
then
rm /usr/share/upp/GCC.bm
fi