[libqglviewer] 01/03: Add script to remove non-free files.

Anton Gladky gladk at moszumanska.debian.org
Tue Feb 4 19:10:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository libqglviewer.

commit ce7c0ab74be3d1be438c3e2fd265ce31797773e1
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Feb 4 19:48:33 2014 +0100

    Add script to remove non-free files.
---
 debian/scripts/remove_nonfree_files.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/scripts/remove_nonfree_files.sh b/debian/scripts/remove_nonfree_files.sh
new file mode 100755
index 0000000..e1aabc5
--- /dev/null
+++ b/debian/scripts/remove_nonfree_files.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Script removes nonfree files. (Closes: #736956)
+find ./ -name css.gif | xargs rm
+find ./ -name xhtml.png | xargs rm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libqglviewer.git



More information about the debian-science-commits mailing list