diff options
author | B Stack <bgstack15@gmail.com> | 2019-05-19 22:42:01 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-05-19 22:42:01 -0400 |
commit | 506fa46378bc35cc2e9319e5e06a58df19c776e2 (patch) | |
tree | 81cb36d861b61c49f979b5272696b7b83ea14e32 | |
parent | Merge branch 'irfanview-rpm' into 'master' (diff) | |
download | stackrpms-506fa46378bc35cc2e9319e5e06a58df19c776e2.tar.gz stackrpms-506fa46378bc35cc2e9319e5e06a58df19c776e2.tar.bz2 stackrpms-506fa46378bc35cc2e9319e5e06a58df19c776e2.zip |
waterfox dpkg: actually use bgstack15 prefs js
It came to my attention that waterfox dpkg was not
actually deploying my prefs javascript file. It was
simply not placed in the dpkg file!
-rw-r--r-- | waterfox/debian/waterfox.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/waterfox/debian/waterfox.install b/waterfox/debian/waterfox.install index 7f429bb..b9b9408 100644 --- a/waterfox/debian/waterfox.install +++ b/waterfox/debian/waterfox.install @@ -4,3 +4,4 @@ debian/distribution.ini usr/lib/waterfox/distribution debian/waterfox-bin.sh usr/lib/waterfox debian/usr.bin.waterfox etc/apparmor.d debian/syspref.js etc/waterfox +debian/bgstack15-waterfox-prefs.js usr/lib/waterfox/browser/defaults/preferences |