⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.85
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
var
/
lib
/
dpkg
/
info
/
View File Name :
aptitude.postinst
#!/bin/sh # aptitude needs the apt xapian index stuff now, so make sure it at # least exists. set -e mandir=/usr/share/man if [ "$1" = "configure" ] then slaves="--slave $mandir/man8/aptitude.8.gz aptitude.8.gz $mandir/man8/aptitude-curses.8.gz" for lang in cs de es fi fr gl it ja pl ; do slaves="$slaves --slave $mandir/$lang/man8/aptitude.8.gz aptitude.$lang.8.gz $mandir/$lang/man8/aptitude-curses.8.gz" done update-alternatives \ --install /usr/bin/aptitude aptitude /usr/bin/aptitude-curses 30 $slaves fi # Automatically added by dh_installmenu/12.9ubuntu1 if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then update-menus fi # End automatically added section