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

# Write your custom installation code here
# TODO