summaryrefslogtreecommitdiff
path: root/community/codeblocks/codeblocks.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
committerroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
commit81ee1980feda43043eaebae2c596ae116a21f6e5 (patch)
tree5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /community/codeblocks/codeblocks.install
parent1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff)
Sun Feb 19 23:15:25 UTC 2012
Diffstat (limited to 'community/codeblocks/codeblocks.install')
-rw-r--r--community/codeblocks/codeblocks.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/codeblocks/codeblocks.install b/community/codeblocks/codeblocks.install
index 01fc3ccb2..04d31f75b 100644
--- a/community/codeblocks/codeblocks.install
+++ b/community/codeblocks/codeblocks.install
@@ -3,6 +3,7 @@ pkgname=codeblocks
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-mime-database usr/share/mime
+ update-desktop-database -q
ln -s /usr/lib/libwxflatnotebook.so /usr/lib/libwxflatnotebook.so.0
ln -s /usr/lib/libwxchartctrl.so /usr/lib/libwxchartctrl.so.0
ln -s /usr/lib/libwxcustombutton.so /usr/lib/libwxcustombutton.so.0
@@ -21,5 +22,5 @@ post_upgrade() {
pre_remove() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-mime-database usr/share/mime
+ update-desktop-database -q
}
-