aboutsummaryrefslogtreecommitdiff
path: root/share/templater/trashman-debian/files/install
blob: b1f1a4cf3c30946ca24a3d30f16766cc88d8e23a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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