File: rules

package info (click to toggle)
roundcube-plugin-listcommands 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: php: 145; xml: 18; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

ROUNDCUBE_PLUGIN_NAME = listcommands
export ROUNDCUBE_PLUGIN_NAME

%:
	dh $@ --with phpcomposer

execute_after_dh_fixperms:
	find debian/roundcube-plugin-*/usr/share/roundcube/plugins \
		\! -name "*.sh" -type f -execdir chmod -x -- {} +