From 9c5671a47c3f4d3510dc18d70914f6d7df752a25 Mon Sep 17 00:00:00 2001 From: allenforsythe Date: Wed, 14 May 2003 18:04:01 +0000 Subject: Initial revision --- (limited to 'noncore/apps/qashmoney/install/CONTROL/preinst') diff --git a/noncore/apps/qashmoney/install/CONTROL/preinst b/noncore/apps/qashmoney/install/CONTROL/preinst new file mode 100755 index 0000000..f812bfc --- a/dev/null +++ b/noncore/apps/qashmoney/install/CONTROL/preinst @@ -0,0 +1,8 @@ +#/bin/sh + +# If by some small chance a tmp directory is not present +# create it +if [ ! -d /tmp ] +then + mkdir /tmp +fi -- cgit v0.9.0.2