summarylogtreecommitdiffstats
path: root/atom-editor-bin.install
blob: cbb2be3e7a23eea82542c0a85a066dc3d8c84dcb (plain)
1
2
3
4
5
6
7
8
# Colored makepkg-like functions
note() {
    printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
}

post_install() {
  note "Custom launch flags can be put in: ~/.config/atom-editor-flags.conf"
}