exlibs: improve documentation
This commit is contained in:
parent
c38c1beef8
commit
c6a0bdff41
@ -16,9 +16,9 @@ DEPENDENCIES+="
|
|||||||
# Like 'herebin', but for desktop entry files.
|
# Like 'herebin', but for desktop entry files.
|
||||||
#
|
#
|
||||||
# Arguments: <filename>
|
# Arguments: <filename>
|
||||||
# Side-effects: installs the desktop entry via 'here_desktop_entry'
|
# Side-effects: installs the desktop entry
|
||||||
# Inspection: $TEMP, $IMAGE
|
# Inspection: $TEMP, $IMAGE
|
||||||
# Errors: according to 'desktop-file-validate'
|
# Errors: according to 'desktop-file-validate', on missing argument
|
||||||
here_desktop_entry() {
|
here_desktop_entry() {
|
||||||
if [[ ${#} -ne 1 ]]; then
|
if [[ ${#} -ne 1 ]]; then
|
||||||
die "exactly one argument needed."
|
die "exactly one argument needed."
|
||||||
|
Loading…
Reference in New Issue
Block a user