summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/install/CONTROL/preinst
Side-by-side diff
Diffstat (limited to 'noncore/apps/qashmoney/install/CONTROL/preinst') (more/less context) (show 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 @@
+#/bin/sh
+
+# If by some small chance a tmp directory is not present
+# create it
+if [ ! -d /tmp ]
+then
+ mkdir /tmp
+fi