aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-04-26 02:59:16 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-04-26 03:27:02 -0300
commitf2ebae7956e61d5f3e50f5e341951b38f5e066a5 (patch)
treea7719bbdae788d42bacd0fb0518016a6c7d640c6 /etc
parentAdd some more paths-ignore to build-extra.yml (diff)
downloadfirejail-f2ebae7956e61d5f3e50f5e341951b38f5e066a5.tar.gz
firejail-f2ebae7956e61d5f3e50f5e341951b38f5e066a5.tar.zst
firejail-f2ebae7956e61d5f3e50f5e341951b38f5e066a5.zip
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\""
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/gl-117-wrapper.profie14
-rw-r--r--etc/profile-a-l/glaxium-wrapper.profie14
-rw-r--r--etc/profile-m-z/neverball-wrapper.profie14
-rw-r--r--etc/profile-m-z/neverputt-wrapper.profie14
-rw-r--r--etc/profile-m-z/pinball-wrapper.profie14
5 files changed, 0 insertions, 70 deletions
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 @@
1# Firejail profile for gl-117-wrapper
2# This file is overwritten after every install/update
3# Persistent local customizations
4include gl-117-wrapper.local
5# Persistent global definitions
6# added by included profile
7#include globals.local
8
9include allow-opengl-game.inc
10
11private-bin gl-117-wrapper
12
13# Redirect
14include 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 @@
1# Firejail profile for glaxium-wrapper
2# This file is overwritten after every install/update
3# Persistent local customizations
4include glaxium-wrapper.local
5# Persistent global definitions
6# added by included profile
7#include globals.local
8
9include allow-opengl-game.inc
10
11private-bin glaxium-wrapper
12
13# Redirect
14include 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 @@
1# Firejail profile for neverball-wrapper
2# This file is overwritten after every install/update
3# Persistent local customizations
4include neverball-wrapper.local
5# Persistent global definitions
6# added by included profile
7#include globals.local
8
9include allow-opengl-game.inc
10
11private-bin neverball-wrapper
12
13# Redirect
14include 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 @@
1# Firejail profile for neverputt-wrapper
2# This file is overwritten after every install/update
3# Persistent local customizations
4include neverputt-wrapper.local
5# Persistent global definitions
6# added by included profile
7#include globals.local
8
9include allow-opengl-game.inc
10
11private-bin neverputt-wrapper
12
13# Redirect
14include 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 @@
1# Firejail profile for pinball-wrapper
2# This file is overwritten after every install/update
3# Persistent local customizations
4include pinball-wrapper.local
5# Persistent global definitions
6# added by included profile
7#include globals.local
8
9include allow-opengl-game.inc
10
11private-bin pinball-wrapper
12
13# Redirect
14include pinball.profile