Initial commit
This commit is contained in:
commit
2b897ca277
9 changed files with 295 additions and 0 deletions
13
pamac.install
Normal file
13
pamac.install
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
post_install() {
|
||||
# enable pamac extension
|
||||
printf '==> Enable Pamac Updates Indicator via\n'
|
||||
printf ' Extensions\n'
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
if [[ ! "gsettings get org.gnome.shell enabled-extensions | grep 'pamac-updates'" ]]; then
|
||||
# enable pamac extension
|
||||
printf '==> Enable Pamac Updates Indicator via\n'
|
||||
printf ' Extensions\n'
|
||||
fi
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue