mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			204 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			204 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
set -e
 | 
						|
 | 
						|
if [ "$1" = "configure" ] && [ -x /usr/lib/qgis/crssync ]; then
 | 
						|
	cp /usr/share/qgis/resources/srs-template.db /usr/share/qgis/resources/srs.db
 | 
						|
	dpkg-trigger qgis-crssync
 | 
						|
fi
 | 
						|
 | 
						|
#DEBHELPER#
 |