16 lines
530 B
Elixir
16 lines
530 B
Elixir
|
# This is a configuration files for installing a .info menu
|
||
|
# The Description to be placed into the directory
|
||
|
DESCR="Description"
|
||
|
|
||
|
# The section this info file should be placed in (Regexp) followed by
|
||
|
# the new section name to be created if the Regexp does not match
|
||
|
# (Optional. If not given the .info will be appended to the directory)
|
||
|
#SECTION_MATCH="Regexp"
|
||
|
#SECTION_NAME="New Section Name"
|
||
|
|
||
|
# The file referred to from the Info directory
|
||
|
FILE=gparted.info
|
||
|
|
||
|
# Optional. The files to be copied to /usr/share/info
|
||
|
#FILES=*.info
|