summarylogtreecommitdiffstats
path: root/lectrote.install
blob: 926a81a14fef24e37f6340aa2ce7eb27c5f7de88 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

post_install() {
    update-desktop-database -q
}

post_remove() {
    update-desktop-database -q
}