nwg-shell/install.sh

8 lines
239 B
Bash
Raw Permalink Normal View History

2024-01-26 05:21:21 +03:00
#!/usr/bin/env bash
python3 setup.py install --optimize=1
install -Dm 644 -t "/usr/share/licenses/nwg-shell" LICENSE
install -Dm 644 -t "/usr/share/doc/nwg-shell" README.md
2024-01-30 04:41:19 +03:00
install -Dm 644 -t "/usr/share/applications" nwg-readme.desktop