dejsem.1.5/unix/debian/client.DEBIAN/prerm
changeset 0 676905a3b03c
equal deleted inserted replaced
-1:000000000000 0:676905a3b03c
       
     1 #!/bin/sh
       
     2 set -e
       
     3 . /usr/share/debconf/confmodule
       
     4 
       
     5 rm -rf /usr/lib/dejsem/__pycache__ || true
       
     6 
       
     7 /etc/init.d/dejsemd stop || true
       
     8 
       
     9 test -e /etc/default/dejsem && . /etc/default/dejsem || true
       
    10 test x$LOG != x && rm -f $LOG || true
       
    11 
       
    12 #expr match $DPKG_MAINTSCRIPT_PACKAGE. ^dejsem >/dev/null 2>&1 && {
       
    13 #	rm -f /usr/bin/dd.l
       
    14 #	rm -f /usr/bin/dd.list
       
    15 #	rm -f /usr/bin/dd.plc
       
    16 #	rm -f /usr/bin/dd.plf
       
    17 #	rm -f /usr/bin/dd.plp
       
    18 #	rm -f /usr/bin/dd.puc
       
    19 #	rm -f /usr/bin/dd.puf
       
    20 #	rm -f /usr/bin/dd.pull
       
    21 #	rm -f /usr/bin/dd.pullfile
       
    22 #	rm -f /usr/bin/dd.pulllist
       
    23 #	rm -f /usr/bin/dd.pullpeer
       
    24 #	rm -f /usr/bin/dd.pup
       
    25 #	rm -f /usr/bin/dd.push
       
    26 #	rm -f /usr/bin/dd.pushfile
       
    27 #	rm -f /usr/bin/dd.pushpeer
       
    28 #} || true
       
    29