From f2ebae7956e61d5f3e50f5e341951b38f5e066a5 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 26 Apr 2021 02:59:16 -0300 Subject: Delete *.profie Added on commit 41f69f7a7 ("Commons of opengl-game-wrapper.sh") / PR #4071. Each one is a duplicate of a .profile file that was added on the same commit. Commands used to search and replace (which is what causes their deletion): $ git ls-files -z -- '*.profie' | xargs -0 -I '{}' sh -c "git mv -f '{}' \"\`printf '%s\n' '{}' | sed 's/.[^.]*$//'\`.profile\"" --- etc/profile-a-l/gl-117-wrapper.profie | 14 -------------- etc/profile-a-l/glaxium-wrapper.profie | 14 -------------- etc/profile-m-z/neverball-wrapper.profie | 14 -------------- etc/profile-m-z/neverputt-wrapper.profie | 14 -------------- etc/profile-m-z/pinball-wrapper.profie | 14 -------------- 5 files changed, 70 deletions(-) delete mode 100644 etc/profile-a-l/gl-117-wrapper.profie delete mode 100644 etc/profile-a-l/glaxium-wrapper.profie delete mode 100644 etc/profile-m-z/neverball-wrapper.profie delete mode 100644 etc/profile-m-z/neverputt-wrapper.profie delete mode 100644 etc/profile-m-z/pinball-wrapper.profie (limited to 'etc') diff --git a/etc/profile-a-l/gl-117-wrapper.profie b/etc/profile-a-l/gl-117-wrapper.profie deleted file mode 100644 index d783940f3..000000000 --- a/etc/profile-a-l/gl-117-wrapper.profie +++ /dev/null @@ -1,14 +0,0 @@ -# Firejail profile for gl-117-wrapper -# This file is overwritten after every install/update -# Persistent local customizations -include gl-117-wrapper.local -# Persistent global definitions -# added by included profile -#include globals.local - -include allow-opengl-game.inc - -private-bin gl-117-wrapper - -# Redirect -include gl-117.profile diff --git a/etc/profile-a-l/glaxium-wrapper.profie b/etc/profile-a-l/glaxium-wrapper.profie deleted file mode 100644 index 7dc2cf65e..000000000 --- a/etc/profile-a-l/glaxium-wrapper.profie +++ /dev/null @@ -1,14 +0,0 @@ -# Firejail profile for glaxium-wrapper -# This file is overwritten after every install/update -# Persistent local customizations -include glaxium-wrapper.local -# Persistent global definitions -# added by included profile -#include globals.local - -include allow-opengl-game.inc - -private-bin glaxium-wrapper - -# Redirect -include glaxium.profile diff --git a/etc/profile-m-z/neverball-wrapper.profie b/etc/profile-m-z/neverball-wrapper.profie deleted file mode 100644 index 534e41dd1..000000000 --- a/etc/profile-m-z/neverball-wrapper.profie +++ /dev/null @@ -1,14 +0,0 @@ -# Firejail profile for neverball-wrapper -# This file is overwritten after every install/update -# Persistent local customizations -include neverball-wrapper.local -# Persistent global definitions -# added by included profile -#include globals.local - -include allow-opengl-game.inc - -private-bin neverball-wrapper - -# Redirect -include neverball.profile diff --git a/etc/profile-m-z/neverputt-wrapper.profie b/etc/profile-m-z/neverputt-wrapper.profie deleted file mode 100644 index dacd113cc..000000000 --- a/etc/profile-m-z/neverputt-wrapper.profie +++ /dev/null @@ -1,14 +0,0 @@ -# Firejail profile for neverputt-wrapper -# This file is overwritten after every install/update -# Persistent local customizations -include neverputt-wrapper.local -# Persistent global definitions -# added by included profile -#include globals.local - -include allow-opengl-game.inc - -private-bin neverputt-wrapper - -# Redirect -include neverputt.profile diff --git a/etc/profile-m-z/pinball-wrapper.profie b/etc/profile-m-z/pinball-wrapper.profie deleted file mode 100644 index 2b5ed6e27..000000000 --- a/etc/profile-m-z/pinball-wrapper.profie +++ /dev/null @@ -1,14 +0,0 @@ -# Firejail profile for pinball-wrapper -# This file is overwritten after every install/update -# Persistent local customizations -include pinball-wrapper.local -# Persistent global definitions -# added by included profile -#include globals.local - -include allow-opengl-game.inc - -private-bin pinball-wrapper - -# Redirect -include pinball.profile -- cgit v1.2.3-54-g00ecf