mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
12 lines
217 B
Makefile
Executable File
12 lines
217 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_fixperms:
|
|
dh_fixperms -Xusr/bin/ubuntu-core-launcher
|
|
|
|
override_dh_installdeb:
|
|
dh_apparmor --profile-name=usr.bin.ubuntu-core-launcher -pubuntu-core-launcher
|
|
dh_installdeb
|