summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 5867657..33c2b06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,11 @@
override_dh_auto_configure:
pod2man --section=1 --release=$(VERSION) --center "" doc/rapid-photo-downloader.pod > rapid-photo-downloader.1
+override_dh_auto_install:
+ dh_auto_install
+ rm -rf debian/rapid-photodownloader/usr/share/icons/hicolor/scalable/
+
override_dh_auto_clean:
-rm rapid-photo-downloader.1
- dh_clean
+ dh_auto_clean