File: colossal-cave-adventure.install

package info (click to toggle)
python-adventure 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 784 kB
  • sloc: python: 2,001; sh: 35; makefile: 19
file content (19 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# debian/colossal-cave-adventure.install
# Build products to install.
# Manual page: ‘dh_install(1)’.

# Application data.
adventure/advent.dat    /usr/share/games/adventure/

# Icons for desktop entries.
debian/images/*.png     /usr/share/games/adventure/images/

# XDG desktop entries.
debian/*.desktop        /usr/share/applications/


# Local variables:
# coding: utf-8
# mode: conf-space
# End:
# vim: fileencoding=utf-8 filetype=conf :