summarylogtreecommitdiffstats
path: root/moondust-project.install
blob: bc769e4ed7c41d781fd14acadae5781017bf0fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  update-desktop-database -q /usr/share/applications
  echo ''
  echo '======================================================================'
  echo 'To create config directory, run mkdir -p "$HOME/.PGE_Project/configs",'
  echo 'then you can place config packs there'
  echo '======================================================================'
  echo ''
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}