aboutsummaryrefslogtreecommitdiff
path: root/etc/delete-tags.fln
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-02 22:41:18 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-02 22:42:55 +0300
commit288f5042062637a38710142594bdbe3b8d68fb27 (patch)
tree2e94c150240eb4aed3d9ebf3f9e8a22b5c0b3c46 /etc/delete-tags.fln
parent29c6d23356f9134d19b849be55e0a81c5a14fe35 (diff)
downloadeclat-288f5042062637a38710142594bdbe3b8d68fb27.tar.gz
eclat-288f5042062637a38710142594bdbe3b8d68fb27.tar.bz2
Implement delete-tags and create-tags.
Diffstat (limited to 'etc/delete-tags.fln')
-rw-r--r--etc/delete-tags.fln22
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/delete-tags.fln b/etc/delete-tags.fln
new file mode 100644
index 0000000..7a2c757
--- /dev/null
+++ b/etc/delete-tags.fln
@@ -0,0 +1,22 @@
+/* This file is part of Eclat.
+ Copyright (C) 2012 Sergey Poznyakoff.
+
+ Eclat is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+
+ Eclat 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 Eclat. If not, see <http://www.gnu.org/licenses/>. */
+
+if (.DeleteTagsResponse.return) {
+ if (!.DeleteTagsResponse.return[true]) {
+ error("Return: ",.DeleteTagsResponse.return,"\n");
+ exit(1);
+ }
+}

Return to:

Send suggestions and report system problems to the System administrator.