File: rules

package info (click to toggle)
gnome-tweaks 42~beta-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,128 kB
  • sloc: python: 2,905; xml: 10; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

# Add symlinks to the old directory so that the old autostart .desktop in the
# user directory still works
override_dh_link:
	( mkdir -p debian/gnome-tweaks/usr/lib/gnome-tweak-tool; cd debian/gnome-tweaks/usr/lib/gnome-tweak-tool; ln -s ../../libexec/* . )
	dh_link