File: rules

package info (click to toggle)
gnome-shell-extension-desktop-icons 19.01.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 500 kB
  • sloc: sh: 39; xml: 25; makefile: 8; python: 7
file content (13 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh $@ --with gnome

override_dh_fixperms:
	dh_fixperms -XcreateThumbnail.js

override_dh_install:
	dh_install
	chmod 0755 debian/gnome-shell-extension-desktop-icons/usr/share/gnome-shell/extensions/desktop-icons@csoriano/createThumbnail.js