summaryrefslogblamecommitdiffstats
path: root/libraries/libgksu/doinst.sh
blob: b013ff9ce794f2335cd798863de6862347ed06af (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                         
                           
 
                                                
                                                                            

  
                                             
                                                              
  
GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \
chroot . gconftool-2 --makefile-install-rule \
    /etc/gconf/schemas/gksu.schemas \
    1>/dev/null 2>/dev/null

if [ -x /usr/bin/update-desktop-database ]; then
  /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

if [ -x /usr/bin/update-mime-database ]; then
  /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi