mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	arch linux install file
This commit is contained in:
		
							parent
							
								
									ba0b05cc43
								
							
						
					
					
						commit
						9a904126fa
					
				
							
								
								
									
										17
									
								
								autojump.install
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								autojump.install
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,17 @@
 | 
			
		||||
# arg 1:  the new package version
 | 
			
		||||
post_install() {
 | 
			
		||||
  echo " > You need to source /etc/profile in your ~/.bash_profile our ~/.bashrc for this to work"
 | 
			
		||||
  echo " > Only guaranteed to work with bash"
 | 
			
		||||
  /bin/true
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# arg 1:  the new package version
 | 
			
		||||
# arg 2:  the old package version
 | 
			
		||||
post_upgrade() {
 | 
			
		||||
  post_install $1
 | 
			
		||||
  /bin/true
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
op=$1
 | 
			
		||||
shift
 | 
			
		||||
$op $*
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user