updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / opera-beta / opera-beta.install
blob385bcb4d0ffc918f24627773c7cf69abe150f9ff
1 available()
3         which "$1" >/dev/null 2>&1
6 post_install() {
7 if available update-mime-database
8 then
9         update-mime-database /usr/share/mime >/dev/null
12 if available update-desktop-database
13 then
14         update-desktop-database -q /usr/share/applications
17 if available gtk-update-icon-cache
18 then
19         gtk-update-icon-cache -q /usr/share/icons/hicolor
23 post_upgrade() {
24         post_install
27 post_remove() {
28         post_install