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/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/menu')
-rw-r--r-- | debian/menu | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/menu b/debian/menu deleted file mode 100644 index c1386645..00000000 --- a/debian/menu +++ /dev/null @@ -1,7 +0,0 @@ -?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" - |