]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
add missing desktop database update on uninstall
authorElan Ruusamäe <glen@delfi.ee>
Sat, 5 Sep 2015 21:48:32 +0000 (00:48 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 5 Sep 2015 21:48:32 +0000 (00:48 +0300)
chromium-browser.spec

index 323ea3cc23d008304b345dee70807fc6adb66e53..e266d9786d8c90d542f36a4c8b47c30df583c077 100644 (file)
@@ -618,6 +618,7 @@ exit 0
 %postun
 if [ "$1" = 0 ]; then
        %update_icon_cache hicolor
+       %update_desktop_database
        %update_browser_plugins
 fi
 
This page took 0.0329 seconds and 4 git commands to generate.