Skip to content
Snippets Groups Projects
Commit 4d81f4e9 authored by akiraohgaki's avatar akiraohgaki
Browse files

Remove install/uninstall scripts

parent 59e294de
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# Install
cd `dirname $0`
sudo apt-get install python
sudo apt-get install python-tk
sudo apt-get install desktop-file-utils
sudo install -D -m 755 src/xdgurl.py /usr/bin/xdgurl
sudo install -D -m 644 src/xdgurl.desktop /usr/share/applications/xdgurl.desktop
sudo update-desktop-database -q /usr/share/applications
#!/bin/sh
# Uninstall
sudo rm /usr/bin/xdgurl
sudo rm /usr/share/applications/xdgurl.desktop
sudo update-desktop-database -q /usr/share/applications
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment