summarylogtreecommitdiffstats
path: root/erpnext.install
blob: 81f0187aa2b97680cf5529dfe40302b8b2a70129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
# This script defines functions for the PKGBUILD.

# Variables
## Colours
declare -r clear_colour="\033[0m"
declare -r green="\033[0;32m"

pre_install()
{
    echo -e "${green}Plugins need to be installed manually.${clear_colour}"
}