Advertisement
Guest User

Untitled

a guest
Jul 28th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. /var/lib/dpkg/info/postgresql-9.1.postrm: PGDATALINK="/etc/postgresql/$VERSION/$1/pgdata"
  2. /var/lib/dpkg/info/postgresql-9.1.postrm: LOGLINK="/etc/postgresql/$VERSION/$1/log"
  3. /var/lib/dpkg/info/postgresql-9.1.postrm: rm -f /etc/postgresql/$VERSION/"$1"/$f
  4. /var/lib/dpkg/info/postgresql-9.1.postrm: clean_dir /etc/postgresql/$VERSION/"$1"
  5. /var/lib/dpkg/info/postgresql-9.1.postrm: [ -d "/etc/postgresql/$VERSION" ] || exit 0
  6. /var/lib/dpkg/info/postgresql-9.1.postrm: if [ "$(ls /etc/postgresql/$VERSION)" ]; then
  7. /var/lib/dpkg/info/postgresql-9.1.postrm: for c in /etc/postgresql/$VERSION/*; do
  8. /var/lib/dpkg/info/postgresql-9.1.postrm: clean_dir /etc/postgresql/$VERSION
  9. /var/lib/dpkg/info/postgresql-9.1.postrm: clean_dir /etc/postgresql
  10. /var/lib/dpkg/info/postgresql-client-common.conffiles:/etc/postgresql-common/user_clusters
  11. /var/lib/dpkg/info/postgresql-client-common.list:/etc/postgresql-common
  12. /var/lib/dpkg/info/postgresql-client-common.list:/etc/postgresql-common/user_clusters
  13. /var/lib/dpkg/info/postgresql-common.list:/etc/postgresql-common
  14. /var/lib/dpkg/info/postgresql-common.list:/etc/postgresql-common/pg_upgradecluster.d
  15. /var/lib/dpkg/info/postgresql-common.postinst:SSL_ROOT=/etc/postgresql-common/root.crt
  16. /var/lib/dpkg/info/postgresql-common.postrm: rm -rf /etc/postgresql-common/root.crt
  17. /var/lib/dpkg/info/postgresql-common.postrm: [ -d /etc/postgresql-common ] && rmdir --ignore-fail-on-non-empty /etc/postgresql-common || true
  18. /var/lib/dpkg/info/postgresql-common.preinst: rm_conffile postgresql-common /etc/postgresql-common/autovacuum.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement