pkgbuilds/conkeror-git/conkeror-git.install

12 lines
134 B
Text
Raw Permalink Normal View History

2013-12-01 12:44:43 +01:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
update-desktop-database -q
}