aboutsummaryrefslogtreecommitdiff
path: root/share/templater/trashman-debian/files/install
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/trashman-debian/files/install')
-rwxr-xr-xshare/templater/trashman-debian/files/install19
1 files changed, 19 insertions, 0 deletions
diff --git a/share/templater/trashman-debian/files/install b/share/templater/trashman-debian/files/install
new file mode 100755
index 0000000..b1f1a4c
--- /dev/null
+++ b/share/templater/trashman-debian/files/install
@@ -0,0 +1,19 @@
+#!/bin/bash
+#
+# Hoarder installer for debian systems.
+#
+
+# Parameters
+SHARE="$1"
+LIB="$2"
+REQUIREMENTS=""
+
+# Include basic functions
+. $LIB/trashman/functions || exit 1
+. $LIB/trashman/debian || exit 1
+
+# Requirements
+#trashman_apt_install_packages $REQUIREMENTS
+
+# Write your custom installation code here
+# TODO