From bc717e9763f7991d27e05857239753a9e12a892b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrew=20Lee=20=28=E6=9D=8E=E5=81=A5=E7=A7=8B=29?= Date: Mon, 17 Aug 2015 22:40:40 +0800 Subject: [PATCH] Don't need to backup/restore translation files, this fixed upstream. --- debian/rules | 9 --------- 1 file changed, 9 deletions(-) diff --git a/debian/rules b/debian/rules index 5a7a178..ff1b708 100755 --- a/debian/rules +++ b/debian/rules @@ -7,15 +7,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh ${@} --buildsystem cmake --parallel --with quilt -override_dh_auto_configure: - mkdir -p $(CURDIR)/debian/bak/pcmanfm/translations - cp -r $(CURDIR)/pcmanfm/translations/* $(CURDIR)/debian/bak/pcmanfm/translations - dh_auto_configure - -override_dh_auto_clean: - -cp $(CURDIR)/debian/bak/pcmanfm/translations/* $(CURDIR)/pcmanfm/translations/ - dh_auto_clean - override_dh_install: dh_install --exclude=pcmanfm-qt.1 --fail-missing --list-missing