aboutsummarylogtreecommitdiffstats
path: root/labview-2010.install
blob: a2a1c4948c91f1157593969048afafefc71c6017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
    echo "Updating icon cache"    
    xdg-icon-resource forceupdate --theme hicolor
    
    echo "Updating desktop database"
    update-desktop-database -q
    
    echo "Updating mime database"
    update-mime-database /usr/share/mime
}

post_upgrade() {
  post_install
}

post_remove() {
    post_install
}