Initial commit

This commit is contained in:
Christian Schendel 2025-09-03 06:51:31 +02:00
commit 86e06643d6
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
11 changed files with 244 additions and 0 deletions

View file

@ -0,0 +1,11 @@
post_install() {
echo "In order for the changes to take effect, please restart Nautilus with 'nautilus -q'"
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}