We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dnf-3
1 parent 603b582 commit bd48b02Copy full SHA for bd48b02
debian/uwt.displace
@@ -30,6 +30,7 @@
30
/usr/bin/wget.anondist
31
/usr/bin/yum.anondist
32
/usr/bin/yumdownloader.anondist
33
+/usr/bin/dnf-3.anondist
34
/usr/bin/onionshare.anondist
35
/usr/bin/onionshare-gui.anondist
36
/usr/bin/ricochet.anondist
usr/bin/dnf-3.anondist
@@ -0,0 +1,14 @@
1
+#!/bin/bash
2
+
3
+## Copyright (C) 2012 - 2021 ENCRYPTED SUPPORT LP <[email protected]>
4
+## See the file COPYING for copying conditions.
5
6
+#### meta start
7
+#### project Whonix
8
+#### category networking
9
+#### description
10
+## uwt wrapped application
11
+#### meta end
12
13
+export uwtwrapper_parent="${BASH_SOURCE[0]}"
14
+exec /usr/libexec/uwt/uwtwrapper "$@"
0 commit comments