summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/install/CONTROL/preinst
blob: f812bfcecb6bb760867728c981dcfa21409c5908 (plain)
1
2
3
4
5
6
7
8
#/bin/sh

# If by some small chance a tmp directory is not present
# create it
if [ ! -d /tmp ]
then
  mkdir /tmp
fi