nwg-shell/install.sh

7 lines
175 B
Bash
Raw 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