summaryrefslogtreecommitdiff
path: root/pcr/zulucrypt/zulucrypt.install
blob: 0113edd54777d0964213816bfe88580a62e47f80 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    update-desktop-database -q
}
post_upgrade() {
  post_install
}
post_remove() {
  post_install
}