File: executable-desktop-file.sh

package info (click to toggle)
lintian-brush 0.147
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,872 kB
  • sloc: python: 17,649; makefile: 814; sh: 140; xml: 119; javascript: 3; ansic: 2
file content (6 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh

chmod a-x debian/*.desktop

echo "Remove executable bit from desktop files."
echo "Fixed-Lintian-Tags: executable-desktop-file"