updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / jdownloader / jdownloader.install
blob8fe8ef112eaee1354ea2795dcfd9d6246fba2570
1 post_install() {
2   xdg-icon-resource forceupdate --theme hicolor &>/dev/null
3   update-desktop-database -q
4   update-mime-database usr/share/mime &>/dev/null
7 post_upgrade() {
8   post_install $1
11 post_remove() {
12   post_install $1
15 # vim:set ts=2 sw=2 et: