10 lines
		
	
	
		
			279 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			279 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
searchCommand = "eopkg sr"
 | 
						|
syncCommand = "eopkg ur"
 | 
						|
installCommand = "eopkg it"
 | 
						|
reinstallCommand = "echo 'This feature it not yet implemented'"
 | 
						|
removeCommand = "eopkg rm"
 | 
						|
purgeCommand = "eopkg rm --purge"
 | 
						|
upgradeCommand = "eopkg up"
 | 
						|
cleanCommand="eopkg dc"
 | 
						|
supCommand="eopkg up"
 |