[go: up one dir, main page]

File: preinst

package info (click to toggle)
filetea 0.1.18-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,228 kB
  • sloc: javascript: 16,530; ansic: 1,830; sh: 151; makefile: 117
file content (11 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

#DEBHELPER#

if dpkg-maintscript-helper supports rm_conffile; then
   dpkg-maintscript-helper rm_conffile /etc/default/filetea 0.1.16-2~ -- "$@"
fi

exit 0