Skip to content

Instantly share code, notes, and snippets.

View carpntr's full-sized avatar
⌨️

Andrew Carpenter carpntr

⌨️
View GitHub Profile
@carpntr
carpntr / replace-appindicator.sh
Created November 20, 2021 17:35
rebuild (install) debian packages that depend on libappindicator with libayatana-appindicator (tested on debian 11 with discord and keeweb)
#!/bin/bash
function usage() {
cat <<USAGE
Usage: $0 [options] <package.deb>
Options:
--install: install after rebuild
--cleanup: remove tmpfiles after
USAGE
exit 1