summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/install/CONTROL/preinst
Unidiff
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