summarylogtreecommitdiffstats
path: root/lostlabyrinth.install
blob: 722a433ee386b9300b1fc510c288b4a1edcf0356 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo -n "Updating desktop database ..."
  update-desktop-database -q
  echo " done."
}

post_remove() {
  echo "=> If you will not play Lost Labyrinth in the future, remove the directory '/usr/share/lostlabyrinth'."
}