8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 16:03:02 +01:00
This commit is contained in:
paulbeach 2008-03-24 13:55:47 +00:00
parent 341cd6ebd7
commit 7c0630eeb5

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: install-script,v 1.1.2.12 2008-02-18 11:58:26 paulbeach Exp $
# $Id: install-script,v 1.1.2.13 2008-03-24 13:55:47 paulbeach Exp $
#
# Script args:
# $0: full path to script
@ -247,7 +247,7 @@ fi
echo "Install the saved aliases.conf file"
if test -f /tmp/fb-aliases.conf; then
mv -f /tmp/fb-aliases.conf "$FB_RES/English.lproj/var/aliases.conf"
rm -f /temp/fb-aliases.conf
rm -f /tmp/fb-aliases.conf
fi
#Install the saved UDF libraries, if any