You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
226 B
Bash

#!/bin/bash
install -d /usr/bin/ /etc/ /usr/share/doc/cdm
install -Dm755 cdm cdm-xlaunch /usr/bin/
install -Dm644 cdmrc /etc/cdmrc
install -Dm644 themes /usr/share/doc/cdm
install -Dm644 README ChangeLog* /usr/share/doc/cdm