mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	 29c5d96da3
			
		
	
	
	29c5d96da3
	
	
	
		
			
			Fix Lintian complaints on:
 P: maintainer-script-without-set-e
 W: mariadb-server-10.5: script-not-executable usr/share/mysql/mysql.init
 W: mariadb-client-10.5: incorrect-path-for-interpreter usr/bin/innotop
    (#!/usr/bin/env perl != /usr/bin/perl)
		
	
			
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			103 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			103 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| set -e
 | |
| 
 | |
| if [ "$1" = "purge" ]; then
 | |
|   rmdir /etc/mysql 2>/dev/null || true
 | |
| fi
 | |
| 
 | |
| #DEBHELPER#
 |