diff options
author | Micah Anderson <micah@riseup.net> | 2017-10-03 10:21:26 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-10-03 20:33:55 +0200 |
commit | 18e31094fd9ae75a1e58eff3504f62536066c866 (patch) | |
tree | a272d909edf4d46d09bc344f3b016cc11220608f /debian/bitmask-qt.menu | |
parent | 71f61bb6efdbe52ad21f923b83475df48a28cb38 (diff) |
[pkg] menu-command-not-in-package
The menu item specifies a command which is not available in the package. In
most cases this is a typo or after you moved a binary around, but forgot to
update the menu file.
I've moved the menu file to be in the bitmask-qt package.
Related: #9030
Diffstat (limited to 'debian/bitmask-qt.menu')
-rw-r--r-- | debian/bitmask-qt.menu | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/bitmask-qt.menu b/debian/bitmask-qt.menu new file mode 100644 index 00000000..c1386645 --- /dev/null +++ b/debian/bitmask-qt.menu @@ -0,0 +1,7 @@ +?package(bitmask):needs="X11"\ + hints="LEAP,Routing,Network Routing,Anonymous,openvpn"\ + section="Applications/System/Security"\ + title="Bitmask, the Internet Encryption Toolkit"\ + command="/usr/bin/bitmask"\ + icon="/usr/share/pixmaps/bitmask-qt.xpm" + |