67deac6bb9
- Use DATADIR and DOCSDIR - While here, remove obsolete MD5 checksum PR: 157574 Approved by: rene (mentor)
7 lines
108 B
Bash
7 lines
108 B
Bash
#!/bin/sh
|
|
|
|
case "$2" in
|
|
POST-INSTALL)
|
|
install -d -o root -g conquest -m 770 /var/games/conquest
|
|
;;
|
|
esac
|