summarylogtreecommitdiffstats
path: root/copy-agent.install
blob: f3fca8c2f8ec6014bfdc72841d4b2db72ce981ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    update-desktop-database -q
	ldconfig
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}