mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 11:29:14 +00:00
add debianization scripts based on work by Florent USSEIL
This commit is contained in:
17
debian/tt-rss-common.postrm
vendored
Normal file
17
debian/tt-rss-common.postrm
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# source debconf stuff
|
||||
if [ -f /usr/share/debconf/confmodule ]; then
|
||||
. /usr/share/debconf/confmodule
|
||||
fi
|
||||
|
||||
|
||||
if [ "$1" = "purge" ]; then
|
||||
rm -rf /usr/share/tt-rss/www/icons
|
||||
rm -rf /var/lock/tt-rss
|
||||
rm -rf /var/cache/tt-rss
|
||||
fi
|
||||
|
||||
exit 0
|
||||
#DEBHELPER#
|
||||
Reference in New Issue
Block a user