summarylogtreecommitdiffstats
path: root/erpnext.install
blob: cd27f6d2e20771df5012647d7cb8a09274c9b689 (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}Configuration for plugins is available via the setting of environment variables.${clear_colour}"
}