jobcomm/obtheme/obtheme.install

15 lines
187 B
Plaintext
Raw Normal View History

2022-06-04 23:52:39 +02:00
post_install() {
if [[ -x /usr/bin/update-desktop-database ]]
then
/usr/bin/update-desktop-database -q
fi
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}