summarylogtreecommitdiffstats
path: root/enlightenment.install
blob: 841a8e68156c0d7be8fa42aa837d8767675a4385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_upgrade() {
  update-mime-database usr/share/mime > /dev/null
  update-desktop-database -q
}

post_install() {
  echo "Please do not disable update checking in the initial setup"
  post_upgrade
}

post_remove() {
  post_upgrade
}