summaryrefslogtreecommitdiff
path: root/debian/tt-rss-mysql.prerm
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-19 14:38:54 +0400
committerAndrew Dolgov <[email protected]>2012-10-19 14:38:54 +0400
commit8c25264dfd6aae0e3362823410cdfc3102a74782 (patch)
tree3bbd58372115d3113232747bf46ab36927336764 /debian/tt-rss-mysql.prerm
parent629c7449f81b8123d87518292645ee7513986993 (diff)
remove debian stuff
Diffstat (limited to 'debian/tt-rss-mysql.prerm')
-rw-r--r--debian/tt-rss-mysql.prerm13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/tt-rss-mysql.prerm b/debian/tt-rss-mysql.prerm
deleted file mode 100644
index 1c2790fe6..000000000
--- a/debian/tt-rss-mysql.prerm
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-set -e
-
-PACKAGE=tt-rss-mysql
-
-# source debconf stuff
-. /usr/share/debconf/confmodule
-
-. /usr/share/dbconfig-common/dpkg/prerm.mysql
-dbc_go $PACKAGE $@
-
-exit 0
-#DEBHELPER#