Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
NitoTV
/
dpkg
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
f941ea4901
Branches
Tags
libmissing
master
dpkg
/
debian
/
dpkg.postrm
dpkg.postrm
86 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e
if [ "$1" = "purge" ] ; then
rm -f /etc/dpkg/dpkg.cfg
fi
exit 0