2 changed files with 4 additions and 5 deletions
			
			
		@ -1,8 +1,7 @@ | 
				
			|||||||
pg_dmp_ver=$( pkgdesc ver pg_filedump ) | 
					pg_dmp_ver=$( pkgdesc ver pg_filedump ) | 
				
			||||||
echo_status "Including PG_FileDump (${pg_dmp_ver}) support." | 
					echo_status "Including PG_FileDump (${pg_dmp_ver}) support." | 
				
			||||||
 | 
					
 | 
				
			||||||
hook_add preconf 5 'pg_filedump_install' | 
					hook_add preconf 5 'pg_filedump_extract' | 
				
			||||||
pg_filedump_install() { | 
					pg_filedump_extract() { | 
				
			||||||
        tar -v $taropt $( match_source_file -p pg_filedump ) -C $builddir/contrib | 
					        tar -xv $( match_source_file -p pg_filedump pg_filedump ) -C $builddir/postgresql-$ver/contrib | 
				
			||||||
touch config/$config/.pause | 
					 | 
				
			||||||
} | 
					} | 
				
			||||||
 | 
				
			|||||||
					Loading…
					
					
				
		Reference in new issue