File: codeblocks-common.postinst

package info (click to toggle)
codeblocks 10.05-2.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 41,516 kB
  • sloc: cpp: 334,954; ansic: 26,117; sh: 10,395; xml: 5,273; asm: 3,827; makefile: 3,821; python: 163
file content (6 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
set -e

[ -f /usr/share/codeblocks/lexers/lexer_bash.sample ] && chmod +x /usr/share/codeblocks/lexers/lexer_bash.sample

#DEBHELPER#