diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | org.redcorelinux.sisyphus.policy (renamed from ro.kogaion.sisyphus.policy) | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -22,4 +22,4 @@ install: install -d $(DESTDIR)$(UBINDIR) install -m 0755 sisyphus $(DESTDIR)$(UBINDIR)/ install -d $(DESTDIR)$(POLKITDIR) - install -m 0644 ro.kogaion.sisyphus.policy $(DESTDIR)$(POLKITDIR)/ + install -m 0644 org.redcorelinux.sisyphus.policy $(DESTDIR)$(POLKITDIR)/ diff --git a/ro.kogaion.sisyphus.policy b/org.redcorelinux.sisyphus.policy index ff225d3..b99bd6d 100644 --- a/ro.kogaion.sisyphus.policy +++ b/org.redcorelinux.sisyphus.policy @@ -4,13 +4,13 @@ "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> <policyconfig> - <vendor>Kogaion</vendor> - <vendor_url>http://rogentos.ro</vendor_url> + <vendor>Redcore Linux</vendor> + <vendor_url>http://redcorelinux.org</vendor_url> - <action id="ro.kogaion.sisyphus.pkexec.run"> + <action id="org.redcorelinux.sisyphus.pkexec.run"> <description>Run Sisyphus</description> <message>Authentication is required to run Sisyphus</message> - <icon_name>drive-harddisk</icon_name> + <icon_name>redcore-logo</icon_name> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> |