poe

Уређивач .po фајлова
git clone https://git.sr.ht/~strahinja/poe
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

uninstall.do (209B)


      1 . ./config.redo
      2 for docfile in $DOCS; do
      3 	rm -f "${DOCDIR}/${docfile}"
      4 done
      5 for binfile in $PROGS; do
      6 	rm -f "${BINDIR}/${binfile}"
      7 done
      8 for manfile in $MANPAGES; do
      9 	rm -f "${MANPREFIX}/man1/${manfile}"
     10 done