2025-02-09 23:04:57 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
%:
|
2025-02-09 23:09:15 +01:00
|
|
|
dh ${@} --no-parallel
|
2025-02-09 23:04:57 +01:00
|
|
|
|
2025-02-09 23:09:15 +01:00
|
|
|
execute_after_dh_auto_install:
|
|
|
|
# removing unused files
|
|
|
|
rm -f debian/gnome-shell-extensions-extra/usr/share/doc/*/CHANGELOG.txt
|
|
|
|
rm -f debian/gnome-shell-extensions-extra/usr/share/doc/*/LICENSE.txt
|