%PDF- %PDF-
Direktori : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/var/lib/dpkg/info/ |
Current File : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/var/lib/dpkg/info/less.postrm |
#!/bin/sh set -e if [ "$1" = 'remove' ]; then for file in lessfile lesspipe lesskey lessecho less; do if [ -L /usr/bin/$file ]; then rm /usr/bin/$file fi done fi