Network Password Manager Client

How to install:
----------------
From NPM Client:
1. Run npmclient file
2. Click on the Options main menu item with Ctrl key pressed
3. Select the command "Create .desktop file"
4. npmclient.desktop file will be created and installed for current user

From command line:
Create desktop file:
$ ./npmclient -desktop create

Install desktop file for current user:
$ ./npmclient -desktop installcurrent

Install desktop file for all users:
$ sudo ./npmclient -desktop install

Install desktop file for current user manually:
$ copy npmclient.desktop ~/.local/share/applications

Install desktop file for all users manually:
$ sudo copy npmclient.desktop /usr/share/applications

How to uninstall:
----------------
For current user:
$ ./npmclient -desktop uninstall

For all users (and for current):
$ sudo ./npmclient -desktop uninstall

For current user manually:
$ rm ~/.local/share/applications/npmclient.desktop

For all users manually:
$ sudo rm /usr/share/applications/npmclient.desktop
