diff options
author | B Stack <bgstack15@gmail.com> | 2020-08-21 06:39:21 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-08-21 06:39:21 -0400 |
commit | 2990bfc8dee999877048d97f0edd9e74d5045763 (patch) | |
tree | 5763be4cf19d42aea368f20d1529b02d6ce08abc /newmoon/debian/rules | |
parent | WIP: add initial de-gtkifying from Gord (diff) | |
download | stackrpms-2990bfc8dee999877048d97f0edd9e74d5045763.tar.gz stackrpms-2990bfc8dee999877048d97f0edd9e74d5045763.tar.bz2 stackrpms-2990bfc8dee999877048d97f0edd9e74d5045763.zip |
UXP elim gtk2 attempt 2, and remove u/b/palemoon
Diffstat (limited to 'newmoon/debian/rules')
-rwxr-xr-x | newmoon/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/debian/rules b/newmoon/debian/rules index 15b65ff..10797b7 100755 --- a/newmoon/debian/rules +++ b/newmoon/debian/rules @@ -39,7 +39,7 @@ override_dh_auto_install: # remove vestigial duplicate file rm -rf $$(pwd)/debian/newmoon/usr/lib/newmoon/palemoon-bin mv $$(pwd)/debian/newmoon/usr/lib/newmoon/palemoon $$(pwd)/debian/newmoon/usr/lib/newmoon/newmoon - rm -rf $$(pwd)/debian/usr/bin/palemoon + rm -rf $$(pwd)/debian/newmoon/usr/bin/palemoon override_dh_shlibdeps: dh_shlibdeps -l /usr/lib/newmoon |