summarylogtreecommitdiffstats
path: root/ember-notify.install
blob: 920be7c18d015aee86b3852334ac55ba0efba836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  cat <<'EOF'
==> Ember installed.
==> Enable the user service with:
    systemctl --user enable --now ember.service
==> Optional user config:
    cp /usr/share/ember/default.toml ~/.config/ember/config.toml
EOF
}

post_upgrade() {
  post_install
}