Statistics
| Revision:

svn-gvsig-desktop / trunk / install / instalador-gvSIG-deb / resources / deb-jre / DEBIAN / postrm @ 29325

History | View | Annotate | Download (319 Bytes)

1
#! /bin/sh
2
# postun script for openproj
3

    
4
if [ "$1" = "configure" ]; then
5
	if [ -x /usr/bin/update-desktop-database ] ; then
6
        	/usr/bin/update-desktop-database
7
	fi
8
	if [ -x /usr/bin/update-mime-database ] ; then
9
        	/usr/bin/update-mime-database /usr/share/mime
10
	fi
11
fi
12

    
13
#remove jre
14
rm -rf /opt/gvSIG/1.5.0_12