Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/docs/contributing/srpm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Example usage:
%desktop_file_edit -k Exec,Icon -v pkg,pkgicon -u %u -f /path/to/file.desktop
```

<SearchTerra macroname="__desktop_file_edit" />
<SearchTerra macroname="desktop_file_edit" />

### %desktop_file_install

Expand All @@ -323,7 +323,7 @@ Example usage:
%desktop_file_install -k Exec,Icon -v pkg,pkgicon -u %u -f path/to/file.desktop
```

<SearchTerra macroname="__desktop_file_install" />
<SearchTerra macroname="desktop_file_install" />

### %desktop_file_validate

Expand All @@ -337,7 +337,7 @@ Example usage:
%desktop_file_validate -f path/to/file.desktop
```

<SearchTerra macroname="__desktop_file_validate" />
<SearchTerra macroname="desktop_file_validate" />

### %update_desktop_database

Expand Down
Loading