aboutsummaryrefslogtreecommitdiff
path: root/share/templater/hoarder-debian/files/install
blob: d63ab42528dba3d031a3dce13181b56c40d20e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
#
# Trashman installer for debian systems.
#

# Parameters
SHARE="$1"
REQUIREMENTS=""

# Include basic functions
. $SHARE/trashman/functions || exit 1
. $SHARE/trashman/debian    || exit 1

# Requirements
#trashman_apt_install_packages $REQUIREMENTS

# Write your custom installation code here
# TODO