File: postrm

package info (click to toggle)
squishdot 1.5.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,016 kB
  • ctags: 440
  • sloc: python: 2,829; makefile: 56; sh: 23
file content (11 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
# postrm script for squishdot

set -e

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0