ths-scripts/obsolete

30 lines
960 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
#
# Copyright 2007, Donatas Glodenis <dgvirtual@akl.lt>
2014-03-23 17:56:13 +00:00
# Copyright 2009, Andrius Štikonas <andrius@stikonas.eu>
#
# #
# # This script is free software; you can redistribute it and/or modify
# # it under the terms of the GNU General Public License 2 as published by
# # the Free Software Foundation.
#
# # This script is distributed in the hope that it will be useful,
# # but WITHOUT ANY WARRANTY; without even the implied warranty of
# # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# # GNU General Public License for more details.
# #
# # You should have received a copy of the GNU General Public License
# # along with this script; if not, write to the Free Software
# # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# obsolete - remove obsolete gettext entries
2014-11-21 21:12:46 +00:00
source ".ths"
if [ $# -eq 1 ]; then
folder="$1"
else
2024-01-18 23:37:49 +00:00
folder="trunk-kf6/$lcode/messages"
fi
2023-02-25 16:27:22 +00:00
posieve remove-obsolete "$folder"