tags: [Deepin, Linux] title: 一劳永逸解决 apt 的触发器 last_modified_at: 2022-8-13 slug: apt-triggers-for-man-db redirect_from:
本文写作意图是干掉apt install
后的正在处理用于 man-db 的触发器
,以减少不必要的耗时。
sudo nano /var/lib/dpkg/info/man-db.postinst
在第一行与第二行之间增加一行,插入以下内容:
exit 0
保存,退出。
参考资料:Ask Ubuntu