summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/install/CONTROL/preinst
authorallenforsythe <allenforsythe>2003-05-14 18:04:01 (UTC)
committer allenforsythe <allenforsythe>2003-05-14 18:04:01 (UTC)
commit9c5671a47c3f4d3510dc18d70914f6d7df752a25 (patch) (unidiff)
treefe52ea0ed4b22cb143c62715345921322581a97d /noncore/apps/qashmoney/install/CONTROL/preinst
parentdabb32d52954874ffd8c79de3a82923dde5b27af (diff)
downloadopie-9c5671a47c3f4d3510dc18d70914f6d7df752a25.zip
opie-9c5671a47c3f4d3510dc18d70914f6d7df752a25.tar.gz
opie-9c5671a47c3f4d3510dc18d70914f6d7df752a25.tar.bz2
Initial revision
Diffstat (limited to 'noncore/apps/qashmoney/install/CONTROL/preinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/install/CONTROL/preinst8
1 files changed, 8 insertions, 0 deletions
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 @@
1#/bin/sh
2
3# If by some small chance a tmp directory is not present
4# create it
5if [ ! -d /tmp ]
6then
7 mkdir /tmp
8fi