aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/templater/trashman-debian/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templater/trashman-debian/setup b/share/templater/trashman-debian/setup
index ea38c38..df15f13 100755
--- a/share/templater/trashman-debian/setup
+++ b/share/templater/trashman-debian/setup
@@ -15,7 +15,7 @@ function templater_trashman_debian {
templater_echo "Setting Trashman package for debian systems"
touch info
- mkdir unix/linux/debian
+ mkdir -p unix/linux/debian
if [ ! -e 'unix/linux/debian/install' ]; then
cp $SHARE/trashman-debian/files/install unix/linux/debian/install
@@ -27,4 +27,4 @@ function templater_trashman_debian {
}
# Dispatch
-templater_trashman
+templater_trashman_debian