#!/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