mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-11 23:59:59 +02:00
Packaging: Fix dpkg clean target
This commit is contained in:
parent
97f507033e
commit
ae5e5808cd
3
debian/rules
vendored
3
debian/rules
vendored
@ -19,6 +19,7 @@ override_dh_install: $(PREPROCESS_FILES:.in=)
|
||||
|
||||
override_dh_auto_clean:
|
||||
dh_auto_clean
|
||||
find -name *plugininfo.h -exec {} \;
|
||||
find -name *plugininfo.h -exec rm {} \;
|
||||
find -name *.qm -exec rm {} \;
|
||||
rm -rf $(PREPROCESS_FILES:.in=)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user